Html Css Color HEX #58FEA0 Medium Aquamarine

📋 copy color: '#58FEA0'

red 88 ◦ green 254 ◦ blue 160

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

Shades of Medium Aquamarine #58FEA0

Tints of Medium Aquamarine #58FEA0

RGB

 RED value IS 88 (34.77% from 255) = 17.53%

 GREEN value IS 254 (99.61% from 255) = 50.6%

 BLUE value IS 160 (62.89% from 255) = 31.87%

R = 17.53%
G = 50.6%
B = 31.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#58FEA0 (or 0x58FEA0) is known color: Medium Aquamarine. HEX triplet: 58, FE and A0. RGB value is (88,254,160). Sum of RGB (Red+Green+Blue) = 88+254+160=502 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.53% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #58FEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58FEA0 is #A7015F. Grayscale: #C1C1C1. Windows color (decimal): -10944864 or 10550872. OLE color: 10550872.

HSL color Cylindrical-coordinate representation of color #58FEA0: hue angle of 146.02º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FEA0 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 88 254 160 -
CMYK 0.65 0 0.37 0.00
HSL 146.02º 0.99% 0.67% -
HSV(B) 146.02º 0.65% 1% -
XYZ 45.81 75.5 45.42 -
YUV 193.65 109 52.64 -
System Red Green Blue C M Y K H S L
Decimal 88 254 160 0.65 0 0.37 0.00 146.02 0.99 0.67
Hex 58 FE A0 41 0 25 0 92 63 43
Octal 130 376 240 101 0 45 0 222 143 103
Binary 1011000 11111110 10100000 1000001 0 100101 0 10010010 1100011 1000011

Color Harmonies of #58FEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FEA0

Black with #58FEA0

Text Example


Text Example

White with #58FEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58FEA0; }

 p { color: rgb(88,254,160); }

 H1.HeaderClassName
 {
   color: #58FEA0;
 }
 .AnyTagClassName
 {
   color: #58FEA0;
 }
</style>

background-color css

<style>
 a { background-color: #58FEA0; }

 a { background-color: rgb(88,254,160); }

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

border-color css

<style>
 span { border-color: #58FEA0; }

 span { border-color: rgb(88,254,160); }

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