Html Css Color HEX #5BD4AD Medium Aquamarine

📋 copy color: '#5BD4AD'

red 91 ◦ green 212 ◦ blue 173

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

Shades of Medium Aquamarine #5BD4AD

Tints of Medium Aquamarine #5BD4AD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.54%

 BLUE value IS 173 (67.97% from 255) = 36.34%

R = 19.12%
G = 44.54%
B = 36.34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#5BD4AD (or 0x5BD4AD) is known color: Medium Aquamarine. HEX triplet: 5B, D4 and AD. RGB value is (91,212,173). Sum of RGB (Red+Green+Blue) = 91+212+173=476 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.12% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #5BD4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD4AD is #A42B52. Grayscale: #ABABAB. Windows color (decimal): -10758995 or 11392091. OLE color: 11392091.

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

Color convert

RGB 91 212 173 -
CMYK 0.57 0 0.18 0.17
HSL 160.66º 0.58% 0.59% -
HSV(B) 160.66º 0.57% 0.83% -
XYZ 35.4 52.33 47.77 -
YUV 171.38 128.91 70.67 -
System Red Green Blue C M Y K H S L
Decimal 91 212 173 0.57 0 0.18 0.17 160.66 0.58 0.59
Hex 5B D4 AD 39 0 12 11 A1 3A 3B
Octal 133 324 255 71 0 22 21 241 72 73
Binary 1011011 11010100 10101101 111001 0 10010 10001 10100001 111010 111011

Color Harmonies of #5BD4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD4AD

Black with #5BD4AD

Text Example


Text Example

White with #5BD4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,212,173); }

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

background-color css

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

 a { background-color: rgb(91,212,173); }

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

border-color css

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

 span { border-color: rgb(91,212,173); }

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