#58CBA9

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

Shades of Medium Aquamarine #58CBA9

Tints of Medium Aquamarine #58CBA9

Color information

#58CBA9 (or 0x58CBA9) is unknown color: approx Medium Aquamarine. HEX triplet: 58, CB and A9. RGB value is (88,203,169). Sum of RGB (Red+Green+Blue) = 88+203+169=460 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.13% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #58CBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CBA9 is #A73456. Grayscale: #A4A4A4. Windows color (decimal): -10957911 or 11127640. OLE color: 11127640.

HSL color Cylindrical-coordinate representation of color #58CBA9: hue angle of 162.26º 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 #58CBA9 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB88203169-
CMYK0.5700.170.20
HSL162.26º52.51%57.06%-
HSV(B)162.26º56.65%79.61%-
XYZ32.5447.6545.02-
YUV164.74130.473.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.13%
GREEN value IS 203 (79.69% from 255) = 44.13%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=19.13%
G=44.13%
B=36.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal882031690.5700.170.20162.2652.5157.06
Hex58CBA93901114a23539
Octal13031325171021242426571
Binary101100011001011101010011110010100011010010100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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