#66C7A7

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

Shades of Medium Aquamarine #66C7A7

Tints of Medium Aquamarine #66C7A7

Color information

#66C7A7 (or 0x66C7A7) is unknown color: approx Medium Aquamarine. HEX triplet: 66, C7 and A7. RGB value is (102,199,167). Sum of RGB (Red+Green+Blue) = 102+199+167=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #66C7A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C7A7 is #993858. Grayscale: #A6A6A6. Windows color (decimal): -10041433 or 10995558. OLE color: 10995558.

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

Color convert

RGB102199167-
CMYK0.4900.160.22
HSL160.21º46.41%59.02%-
HSV(B)160.21º48.74%78.04%-
XYZ32.8846.4643.79-
YUV166.35128.3682.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.79%
GREEN value IS 199 (78.12% from 255) = 42.52%
BLUE value IS 167 (65.62% from 255) = 35.68%
R=21.79%
G=42.52%
B=35.68%

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
Decimal1021991670.4900.160.22160.2146.4159.02
Hex66C7A73101016a02e3b
Octal14630724761020262405673
Binary110011011000111101001111100010100001011010100000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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