#5BE0B5

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

Shades of Medium Aquamarine #5BE0B5

Tints of Medium Aquamarine #5BE0B5

Color information

#5BE0B5 (or 0x5BE0B5) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, E0 and B5. RGB value is (91,224,181). Sum of RGB (Red+Green+Blue) = 91+224+181=496 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.35% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE0B5 is #A41F4A. Grayscale: #B3B3B3. Windows color (decimal): -10755915 or 11919451. OLE color: 11919451.

HSL color Cylindrical-coordinate representation of color #5BE0B5: hue angle of 160.6º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BE0B5 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB91224181-
CMYK0.5900.190.12
HSL160.6º68.21%61.76%-
HSV(B)160.6º59.38%87.84%-
XYZ39.3158.8753.01-
YUV179.33128.9465-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.35%
GREEN value IS 224 (87.89% from 255) = 45.16%
BLUE value IS 181 (71.09% from 255) = 36.49%
R=18.35%
G=45.16%
B=36.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal912241810.5900.190.12160.668.2161.76
Hex5BE0B53B013Ca1443e
Octal133340265730231424110476
Binary101101111100000101101011110110100111100101000011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BE0B5; }

 p { color: rgb(91,224,181); }

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

<style>
 a { background-color: #5BE0B5; }

 a { background-color: rgb(91,224,181); }

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

<style>
 span { border-color: #5BE0B5; }

 span { border-color: rgb(91,224,181); }

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