#55EEA2

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

Shades of Medium Aquamarine #55EEA2

Tints of Medium Aquamarine #55EEA2

Color information

#55EEA2 (or 0x55EEA2) is unknown color: approx Medium Aquamarine. HEX triplet: 55, EE and A2. RGB value is (85,238,162). Sum of RGB (Red+Green+Blue) = 85+238+162=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #55EEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EEA2 is #AA115D. Grayscale: #B7B7B7. Windows color (decimal): -11145566 or 10677845. OLE color: 10677845.

HSL color Cylindrical-coordinate representation of color #55EEA2: hue angle of 150.2º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EEA2 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB85238162-
CMYK0.6400.320.07
HSL150.2º81.82%63.33%-
HSV(B)150.2º64.29%93.33%-
XYZ40.8465.6944.71-
YUV183.59115.8157.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.53%
GREEN value IS 238 (93.36% from 255) = 49.07%
BLUE value IS 162 (63.67% from 255) = 33.40%
R=17.53%
G=49.07%
B=33.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852381620.6400.320.07150.281.8263.33
Hex55EEA240020796523f
Octal125356242100040722612277
Binary1010101111011101010001010000000100000111100101101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55EEA2; }

 p { color: rgb(85,238,162); }

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

<style>
 a { background-color: #55EEA2; }

 a { background-color: rgb(85,238,162); }

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

<style>
 span { border-color: #55EEA2; }

 span { border-color: rgb(85,238,162); }

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