#55EEA0

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

Shades of Medium Aquamarine #55EEA0

Tints of Medium Aquamarine #55EEA0

Color information

#55EEA0 (or 0x55EEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 55, EE and A0. RGB value is (85,238,160). Sum of RGB (Red+Green+Blue) = 85+238+160=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #55EEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EEA0 is #AA115F. Grayscale: #B7B7B7. Windows color (decimal): -11145568 or 10546773. OLE color: 10546773.

HSL color Cylindrical-coordinate representation of color #55EEA0: hue angle of 149.41º 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 #55EEA0 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB85238160-
CMYK0.6400.330.07
HSL149.41º81.82%63.33%-
HSV(B)149.41º64.29%93.33%-
XYZ40.6765.6243.78-
YUV183.36114.8157.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.60%
GREEN value IS 238 (93.36% from 255) = 49.28%
BLUE value IS 160 (62.89% from 255) = 33.13%
R=17.60%
G=49.28%
B=33.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852381600.6400.330.07149.4181.8263.33
Hex55EEA040021795523f
Octal125356240100041722512277
Binary1010101111011101010000010000000100001111100101011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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