#66FFC0

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

Shades of Aquamarine #66FFC0

Tints of Aquamarine #66FFC0

Color information

#66FFC0 (or 0x66FFC0) is unknown color: approx Aquamarine. HEX triplet: 66, FF and C0. RGB value is (102,255,192). Sum of RGB (Red+Green+Blue) = 102+255+192=549 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.58% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFC0 is #99003F. Grayscale: #CACACA. Windows color (decimal): -10027072 or 12648294. OLE color: 12648294.

HSL color Cylindrical-coordinate representation of color #66FFC0: hue angle of 155.29º 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 #66FFC0 is Cyan = 0.6, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB102255192-
CMYK0.600.250
HSL155.29º100%70%-
HSV(B)155.29º60%100%-
XYZ50.7578.1562.28-
YUV202.07122.3156.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.58%
GREEN value IS 255 (100% from 255) = 46.45%
BLUE value IS 192 (75.39% from 255) = 34.97%
R=18.58%
G=46.45%
B=34.97%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022551920.600.250155.2910070
Hex66FFC03C01909b6446
Octal146377300740310233144106
Binary1100110111111111100000011110001100101001101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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