Html Css Color HEX #5BDAB6 Medium Aquamarine

📋 copy color: '#5BDAB6'

red 91 ◦ green 218 ◦ blue 182

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

Shades of Medium Aquamarine #5BDAB6

Tints of Medium Aquamarine #5BDAB6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.4%

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

R = 18.53%
G = 44.4%
B = 37.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#5BDAB6 (or 0x5BDAB6) is known color: Medium Aquamarine. HEX triplet: 5B, DA and B6. RGB value is (91,218,182). Sum of RGB (Red+Green+Blue) = 91+218+182=491 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.53% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDAB6 is #A42549. Grayscale: #AFAFAF. Windows color (decimal): -10757450 or 11983451. OLE color: 11983451.

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

Color convert

RGB 91 218 182 -
CMYK 0.58 0 0.17 0.15
HSL 162.99º 0.63% 0.61% -
HSV(B) 162.99º 0.58% 0.85% -
XYZ 37.83 55.74 53.02 -
YUV 175.92 131.42 67.43 -
System Red Green Blue C M Y K H S L
Decimal 91 218 182 0.58 0 0.17 0.15 162.99 0.63 0.61
Hex 5B DA B6 3A 0 11 F A3 3F 3D
Octal 133 332 266 72 0 21 17 243 77 75
Binary 1011011 11011010 10110110 111010 0 10001 1111 10100011 111111 111101

Color Harmonies of #5BDAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDAB6

Black with #5BDAB6

Text Example


Text Example

White with #5BDAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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