Html Css Color HEX #5BE2AF Medium Aquamarine

📋 copy color: '#5BE2AF'

red 91 ◦ green 226 ◦ blue 175

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

Shades of Medium Aquamarine #5BE2AF

Tints of Medium Aquamarine #5BE2AF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.93%

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

R = 18.5%
G = 45.93%
B = 35.57%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#5BE2AF (or 0x5BE2AF) is known color: Medium Aquamarine. HEX triplet: 5B, E2 and AF. RGB value is (91,226,175). Sum of RGB (Red+Green+Blue) = 91+226+175=492 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.50% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #5BE2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BE2AF is #A41D50. Grayscale: #B3B3B3. Windows color (decimal): -10755409 or 11526747. OLE color: 11526747.

HSL color Cylindrical-coordinate representation of color #5BE2AF: hue angle of 157.33º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE2AF is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 91 226 175 -
CMYK 0.60 0 0.23 0.11
HSL 157.33º 0.7% 0.62% -
HSV(B) 157.33º 0.6% 0.89% -
XYZ 39.25 59.71 50.01 -
YUV 179.82 125.27 64.65 -
System Red Green Blue C M Y K H S L
Decimal 91 226 175 0.60 0 0.23 0.11 157.33 0.7 0.62
Hex 5B E2 AF 3C 0 17 B 9D 46 3E
Octal 133 342 257 74 0 27 13 235 106 76
Binary 1011011 11100010 10101111 111100 0 10111 1011 10011101 1000110 111110

Color Harmonies of #5BE2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BE2AF

Black with #5BE2AF

Text Example


Text Example

White with #5BE2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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