Html Css Color HEX #5BDBB6 Medium Aquamarine

📋 copy color: '#5BDBB6'

red 91 ◦ green 219 ◦ blue 182

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

Shades of Medium Aquamarine #5BDBB6

Tints of Medium Aquamarine #5BDBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.99%

R = 18.5%
G = 44.51%
B = 36.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#5BDBB6 (or 0x5BDBB6) is known color: Medium Aquamarine. HEX triplet: 5B, DB and B6. RGB value is (91,219,182). Sum of RGB (Red+Green+Blue) = 91+219+182=492 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.50% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDBB6 is #A42449. Grayscale: #B0B0B0. Windows color (decimal): -10757194 or 11983707. OLE color: 11983707.

HSL color Cylindrical-coordinate representation of color #5BDBB6: hue angle of 162.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 #5BDBB6 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 219 182 -
CMYK 0.58 0 0.17 0.14
HSL 162.66º 0.64% 0.61% -
HSV(B) 162.66º 0.58% 0.86% -
XYZ 38.09 56.26 53.11 -
YUV 176.51 131.09 67.01 -
System Red Green Blue C M Y K H S L
Decimal 91 219 182 0.58 0 0.17 0.14 162.66 0.64 0.61
Hex 5B DB B6 3A 0 11 E A3 40 3D
Octal 133 333 266 72 0 21 16 243 100 75
Binary 1011011 11011011 10110110 111010 0 10001 1110 10100011 1000000 111101

Color Harmonies of #5BDBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDBB6

Black with #5BDBB6

Text Example


Text Example

White with #5BDBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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