#58CAA8

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

Shades of Medium Aquamarine #58CAA8

Tints of Medium Aquamarine #58CAA8

Color information

#58CAA8 (or 0x58CAA8) is unknown color: approx Medium Aquamarine. HEX triplet: 58, CA and A8. RGB value is (88,202,168). Sum of RGB (Red+Green+Blue) = 88+202+168=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #58CAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CAA8 is #A73557. Grayscale: #A4A4A4. Windows color (decimal): -10958168 or 11061848. OLE color: 11061848.

HSL color Cylindrical-coordinate representation of color #58CAA8: hue angle of 162.11º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58CAA8 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB88202168-
CMYK0.5600.170.21
HSL162.11º51.82%56.86%-
HSV(B)162.11º56.44%79.22%-
XYZ32.2147.1444.45-
YUV164.04130.2373.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.21%
GREEN value IS 202 (79.30% from 255) = 44.10%
BLUE value IS 168 (66.02% from 255) = 36.68%
R=19.21%
G=44.10%
B=36.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal882021680.5600.170.21162.1151.8256.86
Hex58CAA83801115a23439
Octal13031225070021252426471
Binary101100011001010101010001110000100011010110100010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,202,168); }

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

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

 a { background-color: rgb(88,202,168); }

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

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

 span { border-color: rgb(88,202,168); }

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