#66ED99

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

Shades of Medium Aquamarine #66ED99

Tints of Medium Aquamarine #66ED99

Color information

#66ED99 (or 0x66ED99) is unknown color: approx Medium Aquamarine. HEX triplet: 66, ED and 99. RGB value is (102,237,153). Sum of RGB (Red+Green+Blue) = 102+237+153=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #66ED99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66ED99 is #991266. Grayscale: #BBBBBB. Windows color (decimal): -10031719 or 10087782. OLE color: 10087782.

HSL color Cylindrical-coordinate representation of color #66ED99: hue angle of 142.67º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ED99 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB102237153-
CMYK0.5700.350.07
HSL142.67º78.95%66.47%-
HSV(B)142.67º56.96%92.94%-
XYZ41.5165.6940.63-
YUV187.06108.7767.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.73%
GREEN value IS 237 (92.97% from 255) = 48.17%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=20.73%
G=48.17%
B=31.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022371530.5700.350.07142.6778.9566.47
Hex66ED993902378f4f42
Octal146355231710437217117102
Binary1100110111011011001100111100101000111111000111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ED99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,237,153); }

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

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

 a { background-color: rgb(102,237,153); }

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

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

 span { border-color: rgb(102,237,153); }

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