Html Css Color HEX #5BDB96 Medium Aquamarine

📋 copy color: '#5BDB96'

red 91 ◦ green 219 ◦ blue 150

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

Shades of Medium Aquamarine #5BDB96

Tints of Medium Aquamarine #5BDB96

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.61%

 BLUE value IS 150 (58.98% from 255) = 32.61%

R = 19.78%
G = 47.61%
B = 32.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#5BDB96 (or 0x5BDB96) is known color: Medium Aquamarine. HEX triplet: 5B, DB and 96. RGB value is (91,219,150). Sum of RGB (Red+Green+Blue) = 91+219+150=460 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.78% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDB96 is #A42469. Grayscale: #ADADAD. Windows color (decimal): -10757226 or 9886555. OLE color: 9886555.

HSL color Cylindrical-coordinate representation of color #5BDB96: hue angle of 147.66º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDB96 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 219 150 -
CMYK 0.58 0 0.32 0.14
HSL 147.66º 0.64% 0.61% -
HSV(B) 147.66º 0.58% 0.86% -
XYZ 35.15 55.09 37.63 -
YUV 172.86 115.09 69.61 -
System Red Green Blue C M Y K H S L
Decimal 91 219 150 0.58 0 0.32 0.14 147.66 0.64 0.61
Hex 5B DB 96 3A 0 20 E 94 40 3D
Octal 133 333 226 72 0 40 16 224 100 75
Binary 1011011 11011011 10010110 111010 0 100000 1110 10010100 1000000 111101

Color Harmonies of #5BDB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDB96

Black with #5BDB96

Text Example


Text Example

White with #5BDB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,219,150); }

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

background-color css

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

 a { background-color: rgb(91,219,150); }

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

border-color css

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

 span { border-color: rgb(91,219,150); }

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