#55D09E

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

Shades of Medium Aquamarine #55D09E

Tints of Medium Aquamarine #55D09E

Color information

#55D09E (or 0x55D09E) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D0 and 9E. RGB value is (85,208,158). Sum of RGB (Red+Green+Blue) = 85+208+158=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #55D09E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D09E is #AA2F61. Grayscale: #A5A5A5. Windows color (decimal): -11153250 or 10408021. OLE color: 10408021.

HSL color Cylindrical-coordinate representation of color #55D09E: hue angle of 155.61º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D09E is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB85208158-
CMYK0.5900.240.18
HSL155.61º56.68%57.45%-
HSV(B)155.61º59.13%81.57%-
XYZ32.4749.5140.19-
YUV165.52123.7570.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.85%
GREEN value IS 208 (81.64% from 255) = 46.12%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=18.85%
G=46.12%
B=35.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852081580.5900.240.18155.6156.6857.45
Hex55D09E3B018129c3939
Octal12532023673030222347171
Binary101010111010000100111101110110110001001010011100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,208,158); }

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

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

 a { background-color: rgb(85,208,158); }

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

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

 span { border-color: rgb(85,208,158); }

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