#55E7B1

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

Shades of Medium Aquamarine #55E7B1

Tints of Medium Aquamarine #55E7B1

Color information

#55E7B1 (or 0x55E7B1) is unknown color: approx Medium Aquamarine. HEX triplet: 55, E7 and B1. RGB value is (85,231,177). Sum of RGB (Red+Green+Blue) = 85+231+177=493 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.24% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #55E7B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E7B1 is #AA184E. Grayscale: #B5B5B5. Windows color (decimal): -11147343 or 11659093. OLE color: 11659093.

HSL color Cylindrical-coordinate representation of color #55E7B1: hue angle of 157.81º 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 #55E7B1 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB85231177-
CMYK0.6300.230.09
HSL157.81º75.26%61.96%-
HSV(B)157.81º63.2%90.59%-
XYZ40.2662.2651.49-
YUV181.19125.6359.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.24%
GREEN value IS 231 (90.62% from 255) = 46.86%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=17.24%
G=46.86%
B=35.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852311770.6300.230.09157.8175.2661.96
Hex55E7B13F01799e4b3e
Octal125347261770271123611376
Binary101010111100111101100011111110101111001100111101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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