#66CCB2

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

Shades of Medium Aquamarine #66CCB2

Tints of Medium Aquamarine #66CCB2

Color information

#66CCB2 (or 0x66CCB2) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CC and B2. RGB value is (102,204,178). Sum of RGB (Red+Green+Blue) = 102+204+178=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CCB2 is #99334D. Grayscale: #AAAAAA. Windows color (decimal): -10040142 or 11717734. OLE color: 11717734.

HSL color Cylindrical-coordinate representation of color #66CCB2: hue angle of 164.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CCB2 is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB102204178-
CMYK0.500.130.2
HSL164.71º50%60%-
HSV(B)164.71º50%80%-
XYZ35.1149.2249.77-
YUV170.54132.2179.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.07%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 178 (69.92% from 255) = 36.78%
R=21.07%
G=42.15%
B=36.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022041780.500.130.2164.715060
Hex66CCB2320D14a5323c
Octal14631426262015242456274
Binary11001101100110010110010110010011011010010100101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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