#58CAAA

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

Shades of Medium Aquamarine #58CAAA

Tints of Medium Aquamarine #58CAAA

Color information

#58CAAA (or 0x58CAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 58, CA and AA. RGB value is (88,202,170). Sum of RGB (Red+Green+Blue) = 88+202+170=460 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.13% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #58CAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CAAA is #A73555. Grayscale: #A4A4A4. Windows color (decimal): -10958166 or 11192920. OLE color: 11192920.

HSL color Cylindrical-coordinate representation of color #58CAAA: hue angle of 163.16º 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 #58CAAA is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB88202170-
CMYK0.5600.160.21
HSL163.16º51.82%56.86%-
HSV(B)163.16º56.44%79.22%-
XYZ32.447.2245.44-
YUV164.27131.2373.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.13%
GREEN value IS 202 (79.30% from 255) = 43.91%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=19.13%
G=43.91%
B=36.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal882021700.5600.160.21163.1651.8256.86
Hex58CAAA3801015a33439
Octal13031225270020252436471
Binary101100011001010101010101110000100001010110100011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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