#66EA9A

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

Shades of Medium Aquamarine #66EA9A

Tints of Medium Aquamarine #66EA9A

Color information

#66EA9A (or 0x66EA9A) is unknown color: approx Medium Aquamarine. HEX triplet: 66, EA and 9A. RGB value is (102,234,154). Sum of RGB (Red+Green+Blue) = 102+234+154=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #66EA9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EA9A is #991565. Grayscale: #B9B9B9. Windows color (decimal): -10032486 or 10152550. OLE color: 10152550.

HSL color Cylindrical-coordinate representation of color #66EA9A: hue angle of 143.64º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66EA9A is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB102234154-
CMYK0.5600.340.08
HSL143.64º75.86%65.88%-
HSV(B)143.64º56.41%91.76%-
XYZ40.746440.78-
YUV185.41110.2768.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.82%
GREEN value IS 234 (91.80% from 255) = 47.76%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=20.82%
G=47.76%
B=31.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1022341540.5600.340.08143.6475.8665.88
Hex66EA9A380228904c42
Octal1463522327004210220114102
Binary11001101110101010011010111000010001010001001000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,234,154); }

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

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

 a { background-color: rgb(102,234,154); }

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

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

 span { border-color: rgb(102,234,154); }

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