Html Css Color HEX #58F9AF Medium Aquamarine

📋 copy color: '#58F9AF'

red 88 ◦ green 249 ◦ blue 175

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

Shades of Medium Aquamarine #58F9AF

Tints of Medium Aquamarine #58F9AF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.63%

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

R = 17.19%
G = 48.63%
B = 34.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#58F9AF (or 0x58F9AF) is known color: Medium Aquamarine. HEX triplet: 58, F9 and AF. RGB value is (88,249,175). Sum of RGB (Red+Green+Blue) = 88+249+175=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #58F9AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58F9AF is #A70650. Grayscale: #C0C0C0. Windows color (decimal): -10946129 or 11532632. OLE color: 11532632.

HSL color Cylindrical-coordinate representation of color #58F9AF: hue angle of 152.42º degrees, saturation: 0.93, 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 #58F9AF is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 249 175 -
CMYK 0.65 0 0.30 0.02
HSL 152.42º 0.93% 0.66% -
HSV(B) 152.42º 0.65% 0.98% -
XYZ 45.64 72.92 52.23 -
YUV 192.43 118.16 53.52 -
System Red Green Blue C M Y K H S L
Decimal 88 249 175 0.65 0 0.30 0.02 152.42 0.93 0.66
Hex 58 F9 AF 41 0 1E 2 98 5D 42
Octal 130 371 257 101 0 36 2 230 135 102
Binary 1011000 11111001 10101111 1000001 0 11110 10 10011000 1011101 1000010

Color Harmonies of #58F9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F9AF

Black with #58F9AF

Text Example


Text Example

White with #58F9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,249,175); }

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

background-color css

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

 a { background-color: rgb(88,249,175); }

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

border-color css

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

 span { border-color: rgb(88,249,175); }

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