#66F59C

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

Shades of Medium Aquamarine #66F59C

Tints of Medium Aquamarine #66F59C

Color information

#66F59C (or 0x66F59C) is unknown color: approx Medium Aquamarine. HEX triplet: 66, F5 and 9C. RGB value is (102,245,156). Sum of RGB (Red+Green+Blue) = 102+245+156=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #66F59C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F59C is #990A63. Grayscale: #C0C0C0. Windows color (decimal): -10029668 or 10286438. OLE color: 10286438.

HSL color Cylindrical-coordinate representation of color #66F59C: hue angle of 142.66º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F59C is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB102245156-
CMYK0.5800.360.04
HSL142.66º87.73%68.04%-
HSV(B)142.66º58.37%96.08%-
XYZ44.1370.5342.74-
YUV192.1107.6263.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.28%
GREEN value IS 245 (96.09% from 255) = 48.71%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=20.28%
G=48.71%
B=31.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1022451560.5800.360.04142.6687.7368.04
Hex66F59C3A02448f5844
Octal146365234720444217130104
Binary1100110111101011001110011101001001001001000111110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,245,156); }

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

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

 a { background-color: rgb(102,245,156); }

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

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

 span { border-color: rgb(102,245,156); }

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