Html Css Color HEX #5FE0AE Medium Aquamarine

📋 copy color: '#5FE0AE'

red 95 ◦ green 224 ◦ blue 174

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

Shades of Medium Aquamarine #5FE0AE

Tints of Medium Aquamarine #5FE0AE

RGB

 RED value IS 95 (37.5% from 255) = 19.27%

 GREEN value IS 224 (87.89% from 255) = 45.44%

 BLUE value IS 174 (68.36% from 255) = 35.29%

R = 19.27%
G = 45.44%
B = 35.29%

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

#5FE0AE (or 0x5FE0AE) is known color: Medium Aquamarine. HEX triplet: 5F, E0 and AE. RGB value is (95,224,174). Sum of RGB (Red+Green+Blue) = 95+224+174=493 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.27% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE0AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE0AE is #A01F51. Grayscale: #B3B3B3. Windows color (decimal): -10493778 or 11460703. OLE color: 11460703.

HSL color Cylindrical-coordinate representation of color #5FE0AE: hue angle of 156.74º degrees, saturation: 0.68, 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 #5FE0AE is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 95 224 174 -
CMYK 0.58 0 0.22 0.12
HSL 156.74º 0.68% 0.63% -
HSV(B) 156.74º 0.58% 0.88% -
XYZ 39.01 58.8 49.34 -
YUV 179.73 124.76 67.57 -
System Red Green Blue C M Y K H S L
Decimal 95 224 174 0.58 0 0.22 0.12 156.74 0.68 0.63
Hex 5F E0 AE 3A 0 16 C 9D 44 3F
Octal 137 340 256 72 0 26 14 235 104 77
Binary 1011111 11100000 10101110 111010 0 10110 1100 10011101 1000100 111111

Color Harmonies of #5FE0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE0AE

Black with #5FE0AE

Text Example


Text Example

White with #5FE0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,224,174); }

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

background-color css

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

 a { background-color: rgb(95,224,174); }

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

border-color css

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

 span { border-color: rgb(95,224,174); }

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