#66FFC8

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

Shades of Aquamarine #66FFC8

Tints of Aquamarine #66FFC8

Color information

#66FFC8 (or 0x66FFC8) is unknown color: approx Aquamarine. HEX triplet: 66, FF and C8. RGB value is (102,255,200). Sum of RGB (Red+Green+Blue) = 102+255+200=557 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.31% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFC8 is #990037. Grayscale: #CBCBCB. Windows color (decimal): -10027064 or 13172582. OLE color: 13172582.

HSL color Cylindrical-coordinate representation of color #66FFC8: hue angle of 158.43º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFC8 is Cyan = 0.6, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB102255200-
CMYK0.600.220
HSL158.43º100%70%-
HSV(B)158.43º60%100%-
XYZ51.6678.5167.08-
YUV202.98126.3155.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.31%
GREEN value IS 255 (100% from 255) = 45.78%
BLUE value IS 200 (78.52% from 255) = 35.91%
R=18.31%
G=45.78%
B=35.91%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022552000.600.220158.4310070
Hex66FFC83C01609e6446
Octal146377310740260236144106
Binary1100110111111111100100011110001011001001111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66FFC8; }

 p { color: rgb(102,255,200); }

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

<style>
 a { background-color: #66FFC8; }

 a { background-color: rgb(102,255,200); }

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

<style>
 span { border-color: #66FFC8; }

 span { border-color: rgb(102,255,200); }

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