Html Css Color HEX #5EF1AF Medium Aquamarine

📋 copy color: '#5EF1AF'

red 94 ◦ green 241 ◦ blue 175

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

Shades of Medium Aquamarine #5EF1AF

Tints of Medium Aquamarine #5EF1AF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.25%

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

R = 18.43%
G = 47.25%
B = 34.31%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#5EF1AF (or 0x5EF1AF) is known color: Medium Aquamarine. HEX triplet: 5E, F1 and AF. RGB value is (94,241,175). Sum of RGB (Red+Green+Blue) = 94+241+175=510 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.43% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF1AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF1AF is #A10E50. Grayscale: #BDBDBD. Windows color (decimal): -10554961 or 11530590. OLE color: 11530590.

HSL color Cylindrical-coordinate representation of color #5EF1AF: hue angle of 153.06º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF1AF is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 241 175 -
CMYK 0.61 0 0.27 0.05
HSL 153.06º 0.84% 0.66% -
HSV(B) 153.06º 0.61% 0.95% -
XYZ 43.81 68.39 51.45 -
YUV 189.52 119.8 59.87 -
System Red Green Blue C M Y K H S L
Decimal 94 241 175 0.61 0 0.27 0.05 153.06 0.84 0.66
Hex 5E F1 AF 3D 0 1B 5 99 54 42
Octal 136 361 257 75 0 33 5 231 124 102
Binary 1011110 11110001 10101111 111101 0 11011 101 10011001 1010100 1000010

Color Harmonies of #5EF1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EF1AF

Black with #5EF1AF

Text Example


Text Example

White with #5EF1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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