#58D99C

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

Shades of Medium Aquamarine #58D99C

Tints of Medium Aquamarine #58D99C

Color information

#58D99C (or 0x58D99C) is unknown color: approx Medium Aquamarine. HEX triplet: 58, D9 and 9C. RGB value is (88,217,156). Sum of RGB (Red+Green+Blue) = 88+217+156=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #58D99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D99C is #A72663. Grayscale: #ABABAB. Windows color (decimal): -10954340 or 10279256. OLE color: 10279256.

HSL color Cylindrical-coordinate representation of color #58D99C: hue angle of 151.63º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D99C is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB88217156-
CMYK0.5900.280.15
HSL151.63º62.93%59.8%-
HSV(B)151.63º59.45%85.1%-
XYZ34.8454.140.06-
YUV171.47119.2668.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.09%
GREEN value IS 217 (85.16% from 255) = 47.07%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=19.09%
G=47.07%
B=33.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal882171560.5900.280.15151.6362.9359.8
Hex58D99C3B01CF983f3c
Octal13033123473034172307774
Binary10110001101100110011100111011011100111110011000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,217,156); }

 H1.HeaderClassName
 {
   color: #58D99C;
 }
 .AnyTagClassName
 {
   color: #58D99C;
 }
</style>
background-color css

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

 a { background-color: rgb(88,217,156); }

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

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

 span { border-color: rgb(88,217,156); }

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