#55D09F

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

Shades of Medium Aquamarine #55D09F

Tints of Medium Aquamarine #55D09F

Color information

#55D09F (or 0x55D09F) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D0 and 9F. RGB value is (85,208,159). Sum of RGB (Red+Green+Blue) = 85+208+159=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #55D09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D09F is #AA2F60. Grayscale: #A5A5A5. Windows color (decimal): -11153249 or 10473557. OLE color: 10473557.

HSL color Cylindrical-coordinate representation of color #55D09F: hue angle of 156.1º 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 #55D09F is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB85208159-
CMYK0.5900.240.18
HSL156.1º56.68%57.45%-
HSV(B)156.1º59.13%81.57%-
XYZ32.5649.5540.65-
YUV165.64124.2570.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.81%
GREEN value IS 208 (81.64% from 255) = 46.02%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=18.81%
G=46.02%
B=35.18%

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
Decimal852081590.5900.240.18156.156.6857.45
Hex55D09F3B018129c3939
Octal12532023773030222347171
Binary101010111010000100111111110110110001001010011100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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