#55D599

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

Shades of Medium Aquamarine #55D599

Tints of Medium Aquamarine #55D599

Color information

#55D599 (or 0x55D599) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D5 and 99. RGB value is (85,213,153). Sum of RGB (Red+Green+Blue) = 85+213+153=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #55D599 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D599 is #AA2A66. Grayscale: #A8A8A8. Windows color (decimal): -11151975 or 10081621. OLE color: 10081621.

HSL color Cylindrical-coordinate representation of color #55D599: hue angle of 151.88º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D599 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB85213153-
CMYK0.6000.280.16
HSL151.88º60.38%58.43%-
HSV(B)151.88º60.09%83.53%-
XYZ33.2951.8238.38-
YUV167.89119.5968.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.85%
GREEN value IS 213 (83.59% from 255) = 47.23%
BLUE value IS 153 (60.16% from 255) = 33.92%
R=18.85%
G=47.23%
B=33.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852131530.6000.280.16151.8860.3858.43
Hex55D5993C01C10983c3a
Octal12532523174034202307472
Binary101010111010101100110011111000111001000010011000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,213,153); }

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

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

 a { background-color: rgb(85,213,153); }

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

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

 span { border-color: rgb(85,213,153); }

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