Html Css Color HEX #5BE1B2 Medium Aquamarine

📋 copy color: '#5BE1B2'

red 91 ◦ green 225 ◦ blue 178

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

Shades of Medium Aquamarine #5BE1B2

Tints of Medium Aquamarine #5BE1B2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.55%

 BLUE value IS 178 (69.92% from 255) = 36.03%

R = 18.42%
G = 45.55%
B = 36.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#5BE1B2 (or 0x5BE1B2) is known color: Medium Aquamarine. HEX triplet: 5B, E1 and B2. RGB value is (91,225,178). Sum of RGB (Red+Green+Blue) = 91+225+178=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #5BE1B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BE1B2 is #A41E4D. Grayscale: #B3B3B3. Windows color (decimal): -10755662 or 11723099. OLE color: 11723099.

HSL color Cylindrical-coordinate representation of color #5BE1B2: hue angle of 158.96º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE1B2 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 91 225 178 -
CMYK 0.60 0 0.21 0.12
HSL 158.96º 0.69% 0.62% -
HSV(B) 158.96º 0.6% 0.88% -
XYZ 39.28 59.29 51.49 -
YUV 179.58 127.11 64.82 -
System Red Green Blue C M Y K H S L
Decimal 91 225 178 0.60 0 0.21 0.12 158.96 0.69 0.62
Hex 5B E1 B2 3C 0 15 C 9F 45 3E
Octal 133 341 262 74 0 25 14 237 105 76
Binary 1011011 11100001 10110010 111100 0 10101 1100 10011111 1000101 111110

Color Harmonies of #5BE1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BE1B2

Black with #5BE1B2

Text Example


Text Example

White with #5BE1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,225,178); }

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

background-color css

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

 a { background-color: rgb(91,225,178); }

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

border-color css

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

 span { border-color: rgb(91,225,178); }

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