Html Css Color HEX #5BDAAB Medium Aquamarine

📋 copy color: '#5BDAAB'

red 91 ◦ green 218 ◦ blue 171

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

Shades of Medium Aquamarine #5BDAAB

Tints of Medium Aquamarine #5BDAAB

RGB

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

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

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

R = 18.96%
G = 45.42%
B = 35.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#5BDAAB (or 0x5BDAAB) is known color: Medium Aquamarine. HEX triplet: 5B, DA and AB. RGB value is (91,218,171). Sum of RGB (Red+Green+Blue) = 91+218+171=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDAAB is #A42554. Grayscale: #AEAEAE. Windows color (decimal): -10757461 or 11262555. OLE color: 11262555.

HSL color Cylindrical-coordinate representation of color #5BDAAB: hue angle of 157.8º 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 #5BDAAB is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 91 218 171 -
CMYK 0.58 0 0.22 0.15
HSL 157.8º 0.63% 0.61% -
HSV(B) 157.8º 0.58% 0.85% -
XYZ 36.74 55.31 47.27 -
YUV 174.67 125.92 68.32 -
System Red Green Blue C M Y K H S L
Decimal 91 218 171 0.58 0 0.22 0.15 157.8 0.63 0.61
Hex 5B DA AB 3A 0 16 F 9E 3F 3D
Octal 133 332 253 72 0 26 17 236 77 75
Binary 1011011 11011010 10101011 111010 0 10110 1111 10011110 111111 111101

Color Harmonies of #5BDAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDAAB

Black with #5BDAAB

Text Example


Text Example

White with #5BDAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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