#5BCDB1

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

Shades of Medium Aquamarine #5BCDB1

Tints of Medium Aquamarine #5BCDB1

Color information

#5BCDB1 (or 0x5BCDB1) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, CD and B1. RGB value is (91,205,177). Sum of RGB (Red+Green+Blue) = 91+205+177=473 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.24% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCDB1 is #A4324E. Grayscale: #A7A7A7. Windows color (decimal): -10760783 or 11652443. OLE color: 11652443.

HSL color Cylindrical-coordinate representation of color #5BCDB1: hue angle of 165.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCDB1 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB91205177-
CMYK0.5600.140.20
HSL165.26º53.27%58.04%-
HSV(B)165.26º55.61%80.39%-
XYZ34.0849.0649.27-
YUV167.72133.2373.28-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.24%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 177 (69.53% from 255) = 37.42%
R=19.24%
G=43.34%
B=37.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal912051770.5600.140.20165.2653.2758.04
Hex5BCDB1380E14a5353a
Octal13331526170016242456572
Binary10110111100110110110001111000011101010010100101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,205,177); }

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

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

 a { background-color: rgb(91,205,177); }

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

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

 span { border-color: rgb(91,205,177); }

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