#66E1AF

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

Shades of Medium Aquamarine #66E1AF

Tints of Medium Aquamarine #66E1AF

Color information

#66E1AF (or 0x66E1AF) is unknown color: approx Medium Aquamarine. HEX triplet: 66, E1 and AF. RGB value is (102,225,175). Sum of RGB (Red+Green+Blue) = 102+225+175=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E1AF is #991E50. Grayscale: #B6B6B6. Windows color (decimal): -10034769 or 11526502. OLE color: 11526502.

HSL color Cylindrical-coordinate representation of color #66E1AF: hue angle of 155.61º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E1AF is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB102225175-
CMYK0.5500.220.12
HSL155.61º67.21%64.12%-
HSV(B)155.61º54.67%88.24%-
XYZ40.1459.7749.98-
YUV182.52123.7570.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.32%
GREEN value IS 225 (88.28% from 255) = 44.82%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=20.32%
G=44.82%
B=34.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022251750.5500.220.12155.6167.2164.12
Hex66E1AF37016C9c4340
Octal1463412576702614234103100
Binary1100110111000011010111111011101011011001001110010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,225,175); }

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

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

 a { background-color: rgb(102,225,175); }

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

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

 span { border-color: rgb(102,225,175); }

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