#66F4C7

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

Shades of Aquamarine #66F4C7

Tints of Aquamarine #66F4C7

Color information

#66F4C7 (or 0x66F4C7) is unknown color: approx Aquamarine. HEX triplet: 66, F4 and C7. RGB value is (102,244,199). Sum of RGB (Red+Green+Blue) = 102+244+199=545 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.72% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #66F4C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F4C7 is #990B38. Grayscale: #C4C4C4. Windows color (decimal): -10029881 or 13104230. OLE color: 13104230.

HSL color Cylindrical-coordinate representation of color #66F4C7: hue angle of 160.99º degrees, saturation: 0.87, 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 #66F4C7 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB102244199-
CMYK0.5800.180.04
HSL160.99º86.59%67.84%-
HSV(B)160.99º58.2%95.69%-
XYZ48.1471.6565.33-
YUV196.41129.4660.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.72%
GREEN value IS 244 (95.70% from 255) = 44.77%
BLUE value IS 199 (78.12% from 255) = 36.51%
R=18.72%
G=44.77%
B=36.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1022441990.5800.180.04160.9986.5967.84
Hex66F4C73A0124a15744
Octal146364307720224241127104
Binary110011011110100110001111110100100101001010000110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,244,199); }

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

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

 a { background-color: rgb(102,244,199); }

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

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

 span { border-color: rgb(102,244,199); }

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