#55E5B1

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

Shades of Medium Aquamarine #55E5B1

Tints of Medium Aquamarine #55E5B1

Color information

#55E5B1 (or 0x55E5B1) is unknown color: approx Medium Aquamarine. HEX triplet: 55, E5 and B1. RGB value is (85,229,177). Sum of RGB (Red+Green+Blue) = 85+229+177=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #55E5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E5B1 is #AA1A4E. Grayscale: #B4B4B4. Windows color (decimal): -11147855 or 11658581. OLE color: 11658581.

HSL color Cylindrical-coordinate representation of color #55E5B1: hue angle of 158.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E5B1 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB85229177-
CMYK0.6300.230.10
HSL158.33º73.47%61.57%-
HSV(B)158.33º62.88%89.8%-
XYZ39.761.1451.3-
YUV180.02126.2960.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.31%
GREEN value IS 229 (89.84% from 255) = 46.64%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=17.31%
G=46.64%
B=36.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal852291770.6300.230.10158.3373.4761.57
Hex55E5B13F017A9e493e
Octal125345261770271223611176
Binary101010111100101101100011111110101111010100111101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,229,177); }

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

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

 a { background-color: rgb(85,229,177); }

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

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

 span { border-color: rgb(85,229,177); }

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