#55F59A

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

Shades of Medium Aquamarine #55F59A

Tints of Medium Aquamarine #55F59A

Color information

#55F59A (or 0x55F59A) is unknown color: approx Medium Aquamarine. HEX triplet: 55, F5 and 9A. RGB value is (85,245,154). Sum of RGB (Red+Green+Blue) = 85+245+154=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #55F59A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F59A is #AA0A65. Grayscale: #BABABA. Windows color (decimal): -11143782 or 10155349. OLE color: 10155349.

HSL color Cylindrical-coordinate representation of color #55F59A: hue angle of 145.88º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F59A is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB85245154-
CMYK0.6500.370.04
HSL145.88º88.89%64.71%-
HSV(B)145.88º65.31%96.08%-
XYZ42.2369.5741.77-
YUV186.79109.4955.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.56%
GREEN value IS 245 (96.09% from 255) = 50.62%
BLUE value IS 154 (60.55% from 255) = 31.82%
R=17.56%
G=50.62%
B=31.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal852451540.6500.370.04145.8888.8964.71
Hex55F59A410254925941
Octal1253652321010454222131101
Binary10101011111010110011010100000101001011001001001010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,245,154); }

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

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

 a { background-color: rgb(85,245,154); }

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

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

 span { border-color: rgb(85,245,154); }

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