#66FFB2

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

Shades of Aquamarine #66FFB2

Tints of Aquamarine #66FFB2

Color information

#66FFB2 (or 0x66FFB2) is unknown color: approx Aquamarine. HEX triplet: 66, FF and B2. RGB value is (102,255,178). Sum of RGB (Red+Green+Blue) = 102+255+178=535 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.07% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FFB2 is #99004D. Grayscale: #C8C8C8. Windows color (decimal): -10027086 or 11730790. OLE color: 11730790.

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

Color convert

RGB102255178-
CMYK0.600.300
HSL149.8º100%70%-
HSV(B)149.8º60%100%-
XYZ49.2877.5654.49-
YUV200.48115.3157.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.07%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 178 (69.92% from 255) = 33.27%
R=19.07%
G=47.66%
B=33.27%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022551780.600.300149.810070
Hex66FFB23C01E0966446
Octal146377262740360226144106
Binary1100110111111111011001011110001111001001011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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