#55E7B6

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

Shades of Medium Aquamarine #55E7B6

Tints of Medium Aquamarine #55E7B6

Color information

#55E7B6 (or 0x55E7B6) is unknown color: approx Medium Aquamarine. HEX triplet: 55, E7 and B6. RGB value is (85,231,182). Sum of RGB (Red+Green+Blue) = 85+231+182=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #55E7B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55E7B6 is #AA1849. Grayscale: #B5B5B5. Windows color (decimal): -11147338 or 11986773. OLE color: 11986773.

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

Color convert

RGB85231182-
CMYK0.6300.210.09
HSL159.86º75.26%61.96%-
HSV(B)159.86º63.2%90.59%-
XYZ40.7762.4654.16-
YUV181.76128.1358.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.07%
GREEN value IS 231 (90.62% from 255) = 46.39%
BLUE value IS 182 (71.48% from 255) = 36.55%
R=17.07%
G=46.39%
B=36.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852311820.6300.210.09159.8675.2661.96
Hex55E7B63F0159a04b3e
Octal125347266770251124011376
Binary101010111100111101101101111110101011001101000001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,231,182); }

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

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

 a { background-color: rgb(85,231,182); }

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

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

 span { border-color: rgb(85,231,182); }

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