#55E09C

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

Shades of Medium Aquamarine #55E09C

Tints of Medium Aquamarine #55E09C

Color information

#55E09C (or 0x55E09C) is unknown color: approx Medium Aquamarine. HEX triplet: 55, E0 and 9C. RGB value is (85,224,156). Sum of RGB (Red+Green+Blue) = 85+224+156=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #55E09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E09C is #AA1F63. Grayscale: #AEAEAE. Windows color (decimal): -11149156 or 10281045. OLE color: 10281045.

HSL color Cylindrical-coordinate representation of color #55E09C: hue angle of 150.65º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E09C is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB85224156-
CMYK0.6200.300.12
HSL150.65º69.15%60.59%-
HSV(B)150.65º62.05%87.84%-
XYZ36.457.6440.66-
YUV174.69117.4564.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.28%
GREEN value IS 224 (87.89% from 255) = 48.17%
BLUE value IS 156 (61.33% from 255) = 33.55%
R=18.28%
G=48.17%
B=33.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852241560.6200.300.12150.6569.1560.59
Hex55E09C3E01EC97453d
Octal125340234760361422710575
Binary101010111100000100111001111100111101100100101111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,224,156); }

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

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

 a { background-color: rgb(85,224,156); }

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

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

 span { border-color: rgb(85,224,156); }

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