#58CAA7

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

Shades of Medium Aquamarine #58CAA7

Tints of Medium Aquamarine #58CAA7

Color information

#58CAA7 (or 0x58CAA7) is unknown color: approx Medium Aquamarine. HEX triplet: 58, CA and A7. RGB value is (88,202,167). Sum of RGB (Red+Green+Blue) = 88+202+167=457 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.26% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #58CAA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CAA7 is #A73558. Grayscale: #A3A3A3. Windows color (decimal): -10958169 or 10996312. OLE color: 10996312.

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

Color convert

RGB88202167-
CMYK0.5600.170.21
HSL161.58º51.82%56.86%-
HSV(B)161.58º56.44%79.22%-
XYZ32.1247.1143.96-
YUV163.92129.7373.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.26%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 167 (65.62% from 255) = 36.54%
R=19.26%
G=44.20%
B=36.54%

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
Decimal882021670.5600.170.21161.5851.8256.86
Hex58CAA73801115a23439
Octal13031224770021252426471
Binary101100011001010101001111110000100011010110100010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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