Html Css Color HEX #5BD6AF Medium Aquamarine

📋 copy color: '#5BD6AF'

red 91 ◦ green 214 ◦ blue 175

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

Shades of Medium Aquamarine #5BD6AF

Tints of Medium Aquamarine #5BD6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.58%

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

R = 18.96%
G = 44.58%
B = 36.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#5BD6AF (or 0x5BD6AF) is known color: Medium Aquamarine. HEX triplet: 5B, D6 and AF. RGB value is (91,214,175). Sum of RGB (Red+Green+Blue) = 91+214+175=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #5BD6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD6AF is #A42950. Grayscale: #ACACAC. Windows color (decimal): -10758481 or 11523675. OLE color: 11523675.

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

Color convert

RGB 91 214 175 -
CMYK 0.57 0 0.18 0.16
HSL 160.98º 0.6% 0.6% -
HSV(B) 160.98º 0.57% 0.84% -
XYZ 36.1 53.41 48.96 -
YUV 172.78 129.25 69.67 -
System Red Green Blue C M Y K H S L
Decimal 91 214 175 0.57 0 0.18 0.16 160.98 0.6 0.6
Hex 5B D6 AF 39 0 12 10 A1 3C 3C
Octal 133 326 257 71 0 22 20 241 74 74
Binary 1011011 11010110 10101111 111001 0 10010 10000 10100001 111100 111100

Color Harmonies of #5BD6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD6AF

Black with #5BD6AF

Text Example


Text Example

White with #5BD6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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