#66C8B4

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

Shades of Medium Aquamarine #66C8B4

Tints of Medium Aquamarine #66C8B4

Color information

#66C8B4 (or 0x66C8B4) is unknown color: approx Medium Aquamarine. HEX triplet: 66, C8 and B4. RGB value is (102,200,180). Sum of RGB (Red+Green+Blue) = 102+200+180=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #66C8B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C8B4 is #99374B. Grayscale: #A8A8A8. Windows color (decimal): -10041164 or 11847782. OLE color: 11847782.

HSL color Cylindrical-coordinate representation of color #66C8B4: hue angle of 167.76º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C8B4 is Cyan = 0.49, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.22.

Color convert

RGB102200180-
CMYK0.4900.10.22
HSL167.76º47.12%59.22%-
HSV(B)167.76º49%78.43%-
XYZ34.3747.4350.52-
YUV168.42134.5380.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.16%
GREEN value IS 200 (78.52% from 255) = 41.49%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=21.16%
G=41.49%
B=37.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1022001800.4900.10.22167.7647.1259.22
Hex66C8B4310A16a82f3b
Octal14631026461012262505773
Binary11001101100100010110100110001010101011010101000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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