#66E3B5

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

Shades of Medium Aquamarine #66E3B5

Tints of Medium Aquamarine #66E3B5

Color information

#66E3B5 (or 0x66E3B5) is unknown color: approx Medium Aquamarine. HEX triplet: 66, E3 and B5. RGB value is (102,227,181). Sum of RGB (Red+Green+Blue) = 102+227+181=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #66E3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E3B5 is #991C4A. Grayscale: #B8B8B8. Windows color (decimal): -10034251 or 11920230. OLE color: 11920230.

HSL color Cylindrical-coordinate representation of color #66E3B5: hue angle of 157.92º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E3B5 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB102227181-
CMYK0.5500.200.11
HSL157.92º69.06%64.51%-
HSV(B)157.92º55.07%89.02%-
XYZ41.2961.153.33-
YUV184.38126.0969.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20%
GREEN value IS 227 (89.06% from 255) = 44.51%
BLUE value IS 181 (71.09% from 255) = 35.49%
R=20%
G=44.51%
B=35.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1022271810.5500.200.11157.9269.0664.51
Hex66E3B537014B9e4541
Octal1463432656702413236105101
Binary1100110111000111011010111011101010010111001111010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,227,181); }

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

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

 a { background-color: rgb(102,227,181); }

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

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

 span { border-color: rgb(102,227,181); }

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