#55E3B4

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

Shades of Medium Aquamarine #55E3B4

Tints of Medium Aquamarine #55E3B4

Color information

#55E3B4 (or 0x55E3B4) is unknown color: approx Medium Aquamarine. HEX triplet: 55, E3 and B4. RGB value is (85,227,180). Sum of RGB (Red+Green+Blue) = 85+227+180=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #55E3B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E3B4 is #AA1C4B. Grayscale: #B3B3B3. Windows color (decimal): -11148364 or 11854677. OLE color: 11854677.

HSL color Cylindrical-coordinate representation of color #55E3B4: hue angle of 160.14º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E3B4 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB85227180-
CMYK0.6300.210.11
HSL160.14º71.72%61.18%-
HSV(B)160.14º62.56%89.02%-
XYZ39.4560.1652.71-
YUV179.18128.4660.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.28%
GREEN value IS 227 (89.06% from 255) = 46.14%
BLUE value IS 180 (70.70% from 255) = 36.59%
R=17.28%
G=46.14%
B=36.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852271800.6300.210.11160.1471.7261.18
Hex55E3B43F015Ba0483d
Octal125343264770251324011075
Binary101010111100011101101001111110101011011101000001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,227,180); }

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

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

 a { background-color: rgb(85,227,180); }

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

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

 span { border-color: rgb(85,227,180); }

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