#5BCA9B

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

Shades of Medium Aquamarine #5BCA9B

Tints of Medium Aquamarine #5BCA9B

Color information

#5BCA9B (or 0x5BCA9B) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, CA and 9B. RGB value is (91,202,155). Sum of RGB (Red+Green+Blue) = 91+202+155=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCA9B is #A43564. Grayscale: #A3A3A3. Windows color (decimal): -10761573 or 10209883. OLE color: 10209883.

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

Color convert

RGB91202155-
CMYK0.5500.230.21
HSL154.59º51.15%57.45%-
HSV(B)154.59º54.95%79.22%-
XYZ31.3546.8338.4-
YUV163.45123.2376.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.31%
GREEN value IS 202 (79.30% from 255) = 45.09%
BLUE value IS 155 (60.94% from 255) = 34.60%
R=20.31%
G=45.09%
B=34.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal912021550.5500.230.21154.5951.1557.45
Hex5BCA9B37017159b3339
Octal13331223367027252336371
Binary101101111001010100110111101110101111010110011011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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