#55E9B1

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

Shades of Medium Aquamarine #55E9B1

Tints of Medium Aquamarine #55E9B1

Color information

#55E9B1 (or 0x55E9B1) is unknown color: approx Medium Aquamarine. HEX triplet: 55, E9 and B1. RGB value is (85,233,177). Sum of RGB (Red+Green+Blue) = 85+233+177=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #55E9B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E9B1 is #AA164E. Grayscale: #B6B6B6. Windows color (decimal): -11146831 or 11659605. OLE color: 11659605.

HSL color Cylindrical-coordinate representation of color #55E9B1: hue angle of 157.3º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E9B1 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB85233177-
CMYK0.6400.240.09
HSL157.3º77.08%62.35%-
HSV(B)157.3º63.52%91.37%-
XYZ40.8263.3851.68-
YUV182.36124.9758.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.17%
GREEN value IS 233 (91.41% from 255) = 47.07%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=17.17%
G=47.07%
B=35.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852331770.6400.240.09157.377.0862.35
Hex55E9B14001899d4d3e
Octal1253512611000301123511576
Binary1010101111010011011000110000000110001001100111011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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