#5BCAA2

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

Shades of Medium Aquamarine #5BCAA2

Tints of Medium Aquamarine #5BCAA2

Color information

#5BCAA2 (or 0x5BCAA2) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, CA and A2. RGB value is (91,202,162). Sum of RGB (Red+Green+Blue) = 91+202+162=455 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCAA2 is #A4355D. Grayscale: #A4A4A4. Windows color (decimal): -10761566 or 10668635. OLE color: 10668635.

HSL color Cylindrical-coordinate representation of color #5BCAA2: hue angle of 158.38º 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 #5BCAA2 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB91202162-
CMYK0.5500.200.21
HSL158.38º51.15%57.45%-
HSV(B)158.38º54.95%79.22%-
XYZ31.9647.0741.58-
YUV164.25126.7375.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 162 (63.67% from 255) = 35.60%
R=20%
G=44.40%
B=35.60%

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
Decimal912021620.5500.200.21158.3851.1557.45
Hex5BCAA237014159e3339
Octal13331224267024252366371
Binary101101111001010101000101101110101001010110011110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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