Html Css Color HEX #5EEDB1 Medium Aquamarine

📋 copy color: '#5EEDB1'

red 94 ◦ green 237 ◦ blue 177

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

Shades of Medium Aquamarine #5EEDB1

Tints of Medium Aquamarine #5EEDB1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.65%

 BLUE value IS 177 (69.53% from 255) = 34.84%

R = 18.5%
G = 46.65%
B = 34.84%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#5EEDB1 (or 0x5EEDB1) is known color: Medium Aquamarine. HEX triplet: 5E, ED and B1. RGB value is (94,237,177). Sum of RGB (Red+Green+Blue) = 94+237+177=508 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.50% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #5EEDB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEDB1 is #A1124E. Grayscale: #BBBBBB. Windows color (decimal): -10555983 or 11660638. OLE color: 11660638.

HSL color Cylindrical-coordinate representation of color #5EEDB1: hue angle of 154.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEDB1 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 237 177 -
CMYK 0.60 0 0.25 0.07
HSL 154.83º 0.8% 0.65% -
HSV(B) 154.83º 0.6% 0.93% -
XYZ 42.84 66.12 52.1 -
YUV 187.4 122.12 61.38 -
System Red Green Blue C M Y K H S L
Decimal 94 237 177 0.60 0 0.25 0.07 154.83 0.8 0.65
Hex 5E ED B1 3C 0 19 7 9B 50 41
Octal 136 355 261 74 0 31 7 233 120 101
Binary 1011110 11101101 10110001 111100 0 11001 111 10011011 1010000 1000001

Color Harmonies of #5EEDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEDB1

Black with #5EEDB1

Text Example


Text Example

White with #5EEDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,237,177); }

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

background-color css

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

 a { background-color: rgb(94,237,177); }

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

border-color css

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

 span { border-color: rgb(94,237,177); }

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