#68CFA4

Color #68CFA4 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #68CFA4

Tints of Medium Aquamarine #68CFA4

Color information

#68CFA4 (or 0x68CFA4) is unknown color: approx Medium Aquamarine. HEX triplet: 68, CF and A4. RGB value is (104,207,164). Sum of RGB (Red+Green+Blue) = 104+207+164=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CFA4 is #97305B. Grayscale: #ABABAB. Windows color (decimal): -9908316 or 10801000. OLE color: 10801000.

HSL color Cylindrical-coordinate representation of color #68CFA4: hue angle of 154.95º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CFA4 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB104207164-
CMYK0.5000.210.19
HSL154.95º51.76%60.98%-
HSV(B)154.95º49.76%81.18%-
XYZ34.7250.2542.99-
YUV171.3123.8880-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 21.89%
GREEN value IS 207 (81.25% from 255) = 43.58%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=21.89%
G=43.58%
B=34.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1042071640.5000.210.19154.9551.7660.98
Hex68CFA432015139b343d
Octal15031724462025232336475
Binary110100011001111101001001100100101011001110011011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68CFA4; }

 p { color: rgb(104,207,164); }

 H1.HeaderClassName
 {
   color: #68CFA4;
 }
 .AnyTagClassName
 {
   color: #68CFA4;
 }
</style>
background-color css

<style>
 a { background-color: #68CFA4; }

 a { background-color: rgb(104,207,164); }

 div.DivClassName
 {
   background-color: #68CFA4;
 }
 .BgClassName
 {
   background-color: #68CFA4;
 }
</style>
border-color css

<style>
 span { border-color: #68CFA4; }

 span { border-color: rgb(104,207,164); }

 td.TdClassName
 {
   border-color: #68CFA4;
 }
 .TagClassName
 {
   border-color: #68CFA4;
 }
</style>