Html Css Color HEX #58F0A1 Medium Aquamarine

📋 copy color: '#58F0A1'

red 88 ◦ green 240 ◦ blue 161

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

Shades of Medium Aquamarine #58F0A1

Tints of Medium Aquamarine #58F0A1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.08%

 BLUE value IS 161 (63.28% from 255) = 32.92%

R = 18%
G = 49.08%
B = 32.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#58F0A1 (or 0x58F0A1) is known color: Medium Aquamarine. HEX triplet: 58, F0 and A1. RGB value is (88,240,161). Sum of RGB (Red+Green+Blue) = 88+240+161=489 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.00% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #58F0A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58F0A1 is #A70F5E. Grayscale: #B9B9B9. Windows color (decimal): -10948447 or 10612824. OLE color: 10612824.

HSL color Cylindrical-coordinate representation of color #58F0A1: hue angle of 148.82º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58F0A1 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 240 161 -
CMYK 0.63 0 0.33 0.06
HSL 148.82º 0.84% 0.64% -
HSV(B) 148.82º 0.63% 0.94% -
XYZ 41.62 66.97 44.45 -
YUV 185.55 114.14 58.42 -
System Red Green Blue C M Y K H S L
Decimal 88 240 161 0.63 0 0.33 0.06 148.82 0.84 0.64
Hex 58 F0 A1 3F 0 21 6 95 54 40
Octal 130 360 241 77 0 41 6 225 124 100
Binary 1011000 11110000 10100001 111111 0 100001 110 10010101 1010100 1000000

Color Harmonies of #58F0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F0A1

Black with #58F0A1

Text Example


Text Example

White with #58F0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,240,161); }

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

background-color css

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

 a { background-color: rgb(88,240,161); }

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

border-color css

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

 span { border-color: rgb(88,240,161); }

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