#5BD5B1

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

Shades of Medium Aquamarine #5BD5B1

Tints of Medium Aquamarine #5BD5B1

Color information

#5BD5B1 (or 0x5BD5B1) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, D5 and B1. RGB value is (91,213,177). Sum of RGB (Red+Green+Blue) = 91+213+177=481 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.92% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #5BD5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD5B1 is #A42A4E. Grayscale: #ACACAC. Windows color (decimal): -10758735 or 11654491. OLE color: 11654491.

HSL color Cylindrical-coordinate representation of color #5BD5B1: hue angle of 162.3º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD5B1 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB91213177-
CMYK0.5700.170.16
HSL162.3º59.22%59.61%-
HSV(B)162.3º57.28%83.53%-
XYZ36.0452.9949.92-
YUV172.42130.5869.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.92%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 177 (69.53% from 255) = 36.80%
R=18.92%
G=44.28%
B=36.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal912131770.5700.170.16162.359.2259.61
Hex5BD5B13901110a23b3c
Octal13332526171021202427374
Binary101101111010101101100011110010100011000010100010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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