Html Css Color HEX #5BD1AF Medium Aquamarine

📋 copy color: '#5BD1AF'

red 91 ◦ green 209 ◦ blue 175

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

Shades of Medium Aquamarine #5BD1AF

Tints of Medium Aquamarine #5BD1AF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44%

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 19.16%
G = 44%
B = 36.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#5BD1AF (or 0x5BD1AF) is known color: Medium Aquamarine. HEX triplet: 5B, D1 and AF. RGB value is (91,209,175). Sum of RGB (Red+Green+Blue) = 91+209+175=475 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.16% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #5BD1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD1AF is #A42E50. Grayscale: #A9A9A9. Windows color (decimal): -10759761 or 11522395. OLE color: 11522395.

HSL color Cylindrical-coordinate representation of color #5BD1AF: hue angle of 162.71º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BD1AF is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 91 209 175 -
CMYK 0.56 0 0.16 0.18
HSL 162.71º 0.56% 0.59% -
HSV(B) 162.71º 0.56% 0.82% -
XYZ 34.85 50.92 48.55 -
YUV 169.84 130.91 71.76 -
System Red Green Blue C M Y K H S L
Decimal 91 209 175 0.56 0 0.16 0.18 162.71 0.56 0.59
Hex 5B D1 AF 38 0 10 12 A3 38 3B
Octal 133 321 257 70 0 20 22 243 70 73
Binary 1011011 11010001 10101111 111000 0 10000 10010 10100011 111000 111011

Color Harmonies of #5BD1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD1AF

Black with #5BD1AF

Text Example


Text Example

White with #5BD1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,209,175); }

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

background-color css

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

 a { background-color: rgb(91,209,175); }

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

border-color css

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

 span { border-color: rgb(91,209,175); }

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