Html Css Color HEX #58FAAA Medium Aquamarine

📋 copy color: '#58FAAA'

red 88 ◦ green 250 ◦ blue 170

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

Shades of Medium Aquamarine #58FAAA

Tints of Medium Aquamarine #58FAAA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.21%

 BLUE value IS 170 (66.8% from 255) = 33.46%

R = 17.32%
G = 49.21%
B = 33.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#58FAAA (or 0x58FAAA) is known color: Medium Aquamarine. HEX triplet: 58, FA and AA. RGB value is (88,250,170). Sum of RGB (Red+Green+Blue) = 88+250+170=508 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.32% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #58FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58FAAA is #A70555. Grayscale: #C0C0C0. Windows color (decimal): -10945878 or 11205208. OLE color: 11205208.

HSL color Cylindrical-coordinate representation of color #58FAAA: hue angle of 150.37º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FAAA is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 250 170 -
CMYK 0.65 0 0.32 0.02
HSL 150.37º 0.94% 0.66% -
HSV(B) 150.37º 0.65% 0.98% -
XYZ 45.47 73.35 49.79 -
YUV 192.44 115.33 53.5 -
System Red Green Blue C M Y K H S L
Decimal 88 250 170 0.65 0 0.32 0.02 150.37 0.94 0.66
Hex 58 FA AA 41 0 20 2 96 5E 42
Octal 130 372 252 101 0 40 2 226 136 102
Binary 1011000 11111010 10101010 1000001 0 100000 10 10010110 1011110 1000010

Color Harmonies of #58FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FAAA

Black with #58FAAA

Text Example


Text Example

White with #58FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,250,170); }

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

background-color css

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

 a { background-color: rgb(88,250,170); }

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

border-color css

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

 span { border-color: rgb(88,250,170); }

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