#58F9AF

Color #58F9AF Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #58F9AF

Tints of Medium Aquamarine #58F9AF

Color information

#58F9AF (or 0x58F9AF) is unknown color: approx 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

RGB88249175-
CMYK0.6500.300.02
HSL152.42º93.06%66.08%-
HSV(B)152.42º64.66%97.65%-
XYZ45.6472.9252.23-
YUV192.42118.1653.52-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882491750.6500.300.02152.4293.0666.08
Hex58F9AF4101E2985d42
Octal1303712571010362230135102
Binary101100011111001101011111000001011110101001100010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>