#66C8A7

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

Shades of Medium Aquamarine #66C8A7

Tints of Medium Aquamarine #66C8A7

Color information

#66C8A7 (or 0x66C8A7) is unknown color: approx Medium Aquamarine. HEX triplet: 66, C8 and A7. RGB value is (102,200,167). Sum of RGB (Red+Green+Blue) = 102+200+167=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #66C8A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C8A7 is #993758. Grayscale: #A6A6A6. Windows color (decimal): -10041177 or 10995814. OLE color: 10995814.

HSL color Cylindrical-coordinate representation of color #66C8A7: hue angle of 159.8º 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 #66C8A7 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB102200167-
CMYK0.4900.160.22
HSL159.8º47.12%59.22%-
HSV(B)159.8º49%78.43%-
XYZ33.1146.9243.87-
YUV166.94128.0381.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.75%
GREEN value IS 200 (78.52% from 255) = 42.64%
BLUE value IS 167 (65.62% from 255) = 35.61%
R=21.75%
G=42.64%
B=35.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1022001670.4900.160.22159.847.1259.22
Hex66C8A73101016a02f3b
Octal14631024761020262405773
Binary110011011001000101001111100010100001011010100000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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