Html Css Color HEX #5EE1B0 Medium Aquamarine

📋 copy color: '#5EE1B0'

red 94 ◦ green 225 ◦ blue 176

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

Shades of Medium Aquamarine #5EE1B0

Tints of Medium Aquamarine #5EE1B0

RGB

 RED value IS 94 (37.11% from 255) = 18.99%

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

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 18.99%
G = 45.45%
B = 35.56%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#5EE1B0 (or 0x5EE1B0) is known color: Medium Aquamarine. HEX triplet: 5E, E1 and B0. RGB value is (94,225,176). Sum of RGB (Red+Green+Blue) = 94+225+176=495 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.99% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE1B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE1B0 is #A11E4F. Grayscale: #B4B4B4. Windows color (decimal): -10559056 or 11592030. OLE color: 11592030.

HSL color Cylindrical-coordinate representation of color #5EE1B0: hue angle of 157.56º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE1B0 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 94 225 176 -
CMYK 0.58 0 0.22 0.12
HSL 157.56º 0.69% 0.63% -
HSV(B) 157.56º 0.58% 0.88% -
XYZ 39.38 59.36 50.46 -
YUV 180.25 125.6 66.48 -
System Red Green Blue C M Y K H S L
Decimal 94 225 176 0.58 0 0.22 0.12 157.56 0.69 0.63
Hex 5E E1 B0 3A 0 16 C 9E 45 3F
Octal 136 341 260 72 0 26 14 236 105 77
Binary 1011110 11100001 10110000 111010 0 10110 1100 10011110 1000101 111111

Color Harmonies of #5EE1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE1B0

Black with #5EE1B0

Text Example


Text Example

White with #5EE1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,225,176); }

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

background-color css

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

 a { background-color: rgb(94,225,176); }

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

border-color css

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

 span { border-color: rgb(94,225,176); }

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