Html Css Color HEX #5BD8AB Medium Aquamarine

📋 copy color: '#5BD8AB'

red 91 ◦ green 216 ◦ blue 171

#5BD8AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #5BD8AB

Tints of Medium Aquamarine #5BD8AB

RGB

 RED value IS 91 (35.94% from 255) = 19.04%

 GREEN value IS 216 (84.77% from 255) = 45.19%

 BLUE value IS 171 (67.19% from 255) = 35.77%

R = 19.04%
G = 45.19%
B = 35.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#5BD8AB (or 0x5BD8AB) is known color: Medium Aquamarine. HEX triplet: 5B, D8 and AB. RGB value is (91,216,171). Sum of RGB (Red+Green+Blue) = 91+216+171=478 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.04% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #5BD8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD8AB is #A42754. Grayscale: #ADADAD. Windows color (decimal): -10757973 or 11262043. OLE color: 11262043.

HSL color Cylindrical-coordinate representation of color #5BD8AB: hue angle of 158.4º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BD8AB is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 91 216 171 -
CMYK 0.58 0 0.21 0.15
HSL 158.4º 0.62% 0.6% -
HSV(B) 158.4º 0.58% 0.85% -
XYZ 36.22 54.28 47.1 -
YUV 173.5 126.59 69.16 -
System Red Green Blue C M Y K H S L
Decimal 91 216 171 0.58 0 0.21 0.15 158.4 0.62 0.6
Hex 5B D8 AB 3A 0 15 F 9E 3E 3C
Octal 133 330 253 72 0 25 17 236 76 74
Binary 1011011 11011000 10101011 111010 0 10101 1111 10011110 111110 111100

Color Harmonies of #5BD8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD8AB

Black with #5BD8AB

Text Example


Text Example

White with #5BD8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,216,171); }

 H1.HeaderClassName
 {
   color: #5BD8AB;
 }
 .AnyTagClassName
 {
   color: #5BD8AB;
 }
</style>

background-color css

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

 a { background-color: rgb(91,216,171); }

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

border-color css

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

 span { border-color: rgb(91,216,171); }

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