#58CB9D

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

Shades of Medium Aquamarine #58CB9D

Tints of Medium Aquamarine #58CB9D

Color information

#58CB9D (or 0x58CB9D) is unknown color: approx Medium Aquamarine. HEX triplet: 58, CB and 9D. RGB value is (88,203,157). Sum of RGB (Red+Green+Blue) = 88+203+157=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #58CB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CB9D is #A73462. Grayscale: #A3A3A3. Windows color (decimal): -10957923 or 10341208. OLE color: 10341208.

HSL color Cylindrical-coordinate representation of color #58CB9D: hue angle of 156º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CB9D is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB88203157-
CMYK0.5700.230.20
HSL156º52.51%57.06%-
HSV(B)156º56.65%79.61%-
XYZ31.4747.2239.35-
YUV163.37124.474.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.64%
GREEN value IS 203 (79.69% from 255) = 45.31%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=19.64%
G=45.31%
B=35.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal882031570.5700.230.2015652.5157.06
Hex58CB9D39017149c3539
Octal13031323571027242346571
Binary101100011001011100111011110010101111010010011100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,203,157); }

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

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

 a { background-color: rgb(88,203,157); }

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

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

 span { border-color: rgb(88,203,157); }

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