Html Css Color HEX #5BC9AA Medium Aquamarine

📋 copy color: '#5BC9AA'

red 91 ◦ green 201 ◦ blue 170

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

Shades of Medium Aquamarine #5BC9AA

Tints of Medium Aquamarine #5BC9AA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.51%

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 19.7%
G = 43.51%
B = 36.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#5BC9AA (or 0x5BC9AA) is known color: Medium Aquamarine. HEX triplet: 5B, C9 and AA. RGB value is (91,201,170). Sum of RGB (Red+Green+Blue) = 91+201+170=462 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.70% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC9AA is #A43655. Grayscale: #A4A4A4. Windows color (decimal): -10761814 or 11192667. OLE color: 11192667.

HSL color Cylindrical-coordinate representation of color #5BC9AA: hue angle of 163.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BC9AA is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 201 170 -
CMYK 0.55 0 0.15 0.21
HSL 163.09º 0.5% 0.57% -
HSV(B) 163.09º 0.55% 0.79% -
XYZ 32.46 46.9 45.37 -
YUV 164.58 131.06 75.52 -
System Red Green Blue C M Y K H S L
Decimal 91 201 170 0.55 0 0.15 0.21 163.09 0.5 0.57
Hex 5B C9 AA 37 0 F 15 A3 32 39
Octal 133 311 252 67 0 17 25 243 62 71
Binary 1011011 11001001 10101010 110111 0 1111 10101 10100011 110010 111001

Color Harmonies of #5BC9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC9AA

Black with #5BC9AA

Text Example


Text Example

White with #5BC9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,201,170); }

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

background-color css

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

 a { background-color: rgb(91,201,170); }

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

border-color css

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

 span { border-color: rgb(91,201,170); }

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