#66CCA4

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

Shades of Medium Aquamarine #66CCA4

Tints of Medium Aquamarine #66CCA4

Color information

#66CCA4 (or 0x66CCA4) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CC and A4. RGB value is (102,204,164). Sum of RGB (Red+Green+Blue) = 102+204+164=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CCA4 is #99335B. Grayscale: #A9A9A9. Windows color (decimal): -10040156 or 10800230. OLE color: 10800230.

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

Color convert

RGB102204164-
CMYK0.500.200.2
HSL156.47º50%60%-
HSV(B)156.47º50%80%-
XYZ33.7748.6942.74-
YUV168.94125.2180.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.70%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 164 (64.45% from 255) = 34.89%
R=21.70%
G=43.40%
B=34.89%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022041640.500.200.2156.475060
Hex66CCA432014149c323c
Octal14631424462024242346274
Binary110011011001100101001001100100101001010010011100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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