#66CCB4

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

Shades of Medium Aquamarine #66CCB4

Tints of Medium Aquamarine #66CCB4

Color information

#66CCB4 (or 0x66CCB4) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CC and B4. RGB value is (102,204,180). Sum of RGB (Red+Green+Blue) = 102+204+180=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCB4 is #99334B. Grayscale: #AAAAAA. Windows color (decimal): -10040140 or 11848806. OLE color: 11848806.

HSL color Cylindrical-coordinate representation of color #66CCB4: hue angle of 165.88º 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 #66CCB4 is Cyan = 0.5, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB102204180-
CMYK0.500.120.2
HSL165.88º50%60%-
HSV(B)165.88º50%80%-
XYZ35.3149.3150.84-
YUV170.77133.2178.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.99%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 180 (70.70% from 255) = 37.04%
R=20.99%
G=41.98%
B=37.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022041800.500.120.2165.885060
Hex66CCB4320C14a6323c
Octal14631426462014242466274
Binary11001101100110010110100110010011001010010100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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