Html Css Color HEX #5EDFAF Medium Aquamarine

📋 copy color: '#5EDFAF'

red 94 ◦ green 223 ◦ blue 175

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

Shades of Medium Aquamarine #5EDFAF

Tints of Medium Aquamarine #5EDFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.33%

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

R = 19.11%
G = 45.33%
B = 35.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#5EDFAF (or 0x5EDFAF) is known color: Medium Aquamarine. HEX triplet: 5E, DF and AF. RGB value is (94,223,175). Sum of RGB (Red+Green+Blue) = 94+223+175=492 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.11% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDFAF is #A12050. Grayscale: #B3B3B3. Windows color (decimal): -10559569 or 11525982. OLE color: 11525982.

HSL color Cylindrical-coordinate representation of color #5EDFAF: hue angle of 157.67º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDFAF is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 223 175 -
CMYK 0.58 0 0.22 0.13
HSL 157.67º 0.67% 0.62% -
HSV(B) 157.67º 0.58% 0.87% -
XYZ 38.74 58.25 49.76 -
YUV 178.96 125.76 67.4 -
System Red Green Blue C M Y K H S L
Decimal 94 223 175 0.58 0 0.22 0.13 157.67 0.67 0.62
Hex 5E DF AF 3A 0 16 D 9E 43 3E
Octal 136 337 257 72 0 26 15 236 103 76
Binary 1011110 11011111 10101111 111010 0 10110 1101 10011110 1000011 111110

Color Harmonies of #5EDFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDFAF

Black with #5EDFAF

Text Example


Text Example

White with #5EDFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,223,175); }

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

background-color css

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

 a { background-color: rgb(94,223,175); }

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

border-color css

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

 span { border-color: rgb(94,223,175); }

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