#66F2C2

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

Shades of Aquamarine #66F2C2

Tints of Aquamarine #66F2C2

Color information

#66F2C2 (or 0x66F2C2) is unknown color: approx Aquamarine. HEX triplet: 66, F2 and C2. RGB value is (102,242,194). Sum of RGB (Red+Green+Blue) = 102+242+194=538 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.96% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F2C2 is #990D3D. Grayscale: #C2C2C2. Windows color (decimal): -10030398 or 12776038. OLE color: 12776038.

HSL color Cylindrical-coordinate representation of color #66F2C2: hue angle of 159.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F2C2 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB102242194-
CMYK0.5800.200.05
HSL159.43º84.34%67.45%-
HSV(B)159.43º57.85%94.9%-
XYZ46.9770.2262.12-
YUV194.67127.6261.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.96%
GREEN value IS 242 (94.92% from 255) = 44.98%
BLUE value IS 194 (76.17% from 255) = 36.06%
R=18.96%
G=44.98%
B=36.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022421940.5800.200.05159.4384.3467.45
Hex66F2C23A01459f5443
Octal146362302720245237124103
Binary110011011110010110000101110100101001011001111110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,242,194); }

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

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

 a { background-color: rgb(102,242,194); }

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

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

 span { border-color: rgb(102,242,194); }

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