#66FFB4

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

Shades of Aquamarine #66FFB4

Tints of Aquamarine #66FFB4

Color information

#66FFB4 (or 0x66FFB4) is unknown color: approx Aquamarine. HEX triplet: 66, FF and B4. RGB value is (102,255,180). Sum of RGB (Red+Green+Blue) = 102+255+180=537 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.99% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFB4 is #99004B. Grayscale: #C8C8C8. Windows color (decimal): -10027084 or 11861862. OLE color: 11861862.

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

Color convert

RGB102255180-
CMYK0.600.290
HSL150.59º100%70%-
HSV(B)150.59º60%100%-
XYZ49.4877.6455.56-
YUV200.7116.3157.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.99%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 180 (70.70% from 255) = 33.52%
R=18.99%
G=47.49%
B=33.52%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022551800.600.290150.5910070
Hex66FFB43C01D0976446
Octal146377264740350227144106
Binary1100110111111111011010011110001110101001011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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