Html Css Color HEX #5BD5AB Medium Aquamarine

📋 copy color: '#5BD5AB'

red 91 ◦ green 213 ◦ blue 171

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

Shades of Medium Aquamarine #5BD5AB

Tints of Medium Aquamarine #5BD5AB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.84%

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

R = 19.16%
G = 44.84%
B = 36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#5BD5AB (or 0x5BD5AB) is known color: Medium Aquamarine. HEX triplet: 5B, D5 and AB. RGB value is (91,213,171). Sum of RGB (Red+Green+Blue) = 91+213+171=475 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.16% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #5BD5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD5AB is #A42A54. Grayscale: #ABABAB. Windows color (decimal): -10758741 or 11261275. OLE color: 11261275.

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

Color convert

RGB 91 213 171 -
CMYK 0.57 0 0.20 0.16
HSL 159.34º 0.59% 0.6% -
HSV(B) 159.34º 0.57% 0.84% -
XYZ 35.46 52.75 46.84 -
YUV 171.73 127.58 70.42 -
System Red Green Blue C M Y K H S L
Decimal 91 213 171 0.57 0 0.20 0.16 159.34 0.59 0.6
Hex 5B D5 AB 39 0 14 10 9F 3B 3C
Octal 133 325 253 71 0 24 20 237 73 74
Binary 1011011 11010101 10101011 111001 0 10100 10000 10011111 111011 111100

Color Harmonies of #5BD5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD5AB

Black with #5BD5AB

Text Example


Text Example

White with #5BD5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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