#68FCD0

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

Shades of Aquamarine #68FCD0

Tints of Aquamarine #68FCD0

Color information

#68FCD0 (or 0x68FCD0) is unknown color: approx Aquamarine. HEX triplet: 68, FC and D0. RGB value is (104,252,208). Sum of RGB (Red+Green+Blue) = 104+252+208=564 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.44% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCD0 is #97032F. Grayscale: #CACACA. Windows color (decimal): -9896752 or 13696104. OLE color: 13696104.

HSL color Cylindrical-coordinate representation of color #68FCD0: hue angle of 162.16º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FCD0 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB104252208-
CMYK0.5900.170.01
HSL162.16º96.1%69.8%-
HSV(B)162.16º58.73%98.82%-
XYZ51.977.1271.82-
YUV202.73130.9757.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.44%
GREEN value IS 252 (98.83% from 255) = 44.68%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=18.44%
G=44.68%
B=36.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1042522080.5900.170.01162.1696.169.8
Hex68FCD03B0111a26046
Octal150374320730211242140106
Binary1101000111111001101000011101101000111010001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,252,208); }

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

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

 a { background-color: rgb(104,252,208); }

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

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

 span { border-color: rgb(104,252,208); }

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