#5BCAA1

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

Shades of Medium Aquamarine #5BCAA1

Tints of Medium Aquamarine #5BCAA1

Color information

#5BCAA1 (or 0x5BCAA1) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, CA and A1. RGB value is (91,202,161). Sum of RGB (Red+Green+Blue) = 91+202+161=454 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.04% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCAA1 is #A4355E. Grayscale: #A4A4A4. Windows color (decimal): -10761567 or 10603099. OLE color: 10603099.

HSL color Cylindrical-coordinate representation of color #5BCAA1: hue angle of 157.84º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCAA1 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB91202161-
CMYK0.5500.200.21
HSL157.84º51.15%57.45%-
HSV(B)157.84º54.95%79.22%-
XYZ31.8747.0441.12-
YUV164.14126.2375.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.04%
GREEN value IS 202 (79.30% from 255) = 44.49%
BLUE value IS 161 (63.28% from 255) = 35.46%
R=20.04%
G=44.49%
B=35.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal912021610.5500.200.21157.8451.1557.45
Hex5BCAA137014159e3339
Octal13331224167024252366371
Binary101101111001010101000011101110101001010110011110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,202,161); }

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

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

 a { background-color: rgb(91,202,161); }

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

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

 span { border-color: rgb(91,202,161); }

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