#55E8B8

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

Shades of Medium Aquamarine #55E8B8

Tints of Medium Aquamarine #55E8B8

Color information

#55E8B8 (or 0x55E8B8) is unknown color: approx Medium Aquamarine. HEX triplet: 55, E8 and B8. RGB value is (85,232,184). Sum of RGB (Red+Green+Blue) = 85+232+184=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 232 - color contains mainly: green. Hex color #55E8B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55E8B8 is #AA1747. Grayscale: #B6B6B6. Windows color (decimal): -11147080 or 12118101. OLE color: 12118101.

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

Color convert

RGB85232184-
CMYK0.6300.210.09
HSL160.41º76.17%62.16%-
HSV(B)160.41º63.36%90.98%-
XYZ41.2563.1155.35-
YUV182.58128.858.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.97%
GREEN value IS 232 (91.02% from 255) = 46.31%
BLUE value IS 184 (72.27% from 255) = 36.73%
R=16.97%
G=46.31%
B=36.73%

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
Decimal852321840.6300.210.09160.4176.1762.16
Hex55E8B83F0159a04c3e
Octal125350270770251124011476
Binary101010111101000101110001111110101011001101000001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,232,184); }

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

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

 a { background-color: rgb(85,232,184); }

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

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

 span { border-color: rgb(85,232,184); }

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