#66CC9E

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

Shades of Medium Aquamarine #66CC9E

Tints of Medium Aquamarine #66CC9E

Color information

#66CC9E (or 0x66CC9E) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CC and 9E. RGB value is (102,204,158). Sum of RGB (Red+Green+Blue) = 102+204+158=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CC9E is #993361. Grayscale: #A8A8A8. Windows color (decimal): -10040162 or 10407014. OLE color: 10407014.

HSL color Cylindrical-coordinate representation of color #66CC9E: hue angle of 152.94º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CC9E is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB102204158-
CMYK0.500.230.2
HSL152.94º50%60%-
HSV(B)152.94º50%80%-
XYZ33.2448.4839.95-
YUV168.26122.2180.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.98%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 158 (62.11% from 255) = 34.05%
R=21.98%
G=43.97%
B=34.05%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022041580.500.230.2152.945060
Hex66CC9E320171499323c
Octal14631423662027242316274
Binary110011011001100100111101100100101111010010011001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,204,158); }

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

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

 a { background-color: rgb(102,204,158); }

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

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

 span { border-color: rgb(102,204,158); }

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