#58CAA6

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

Shades of Medium Aquamarine #58CAA6

Tints of Medium Aquamarine #58CAA6

Color information

#58CAA6 (or 0x58CAA6) is unknown color: approx Medium Aquamarine. HEX triplet: 58, CA and A6. RGB value is (88,202,166). Sum of RGB (Red+Green+Blue) = 88+202+166=456 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.30% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #58CAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CAA6 is #A73559. Grayscale: #A3A3A3. Windows color (decimal): -10958170 or 10930776. OLE color: 10930776.

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

Color convert

RGB88202166-
CMYK0.5600.180.21
HSL161.05º51.82%56.86%-
HSV(B)161.05º56.44%79.22%-
XYZ32.0347.0743.47-
YUV163.81129.2373.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.30%
GREEN value IS 202 (79.30% from 255) = 44.30%
BLUE value IS 166 (65.23% from 255) = 36.40%
R=19.30%
G=44.30%
B=36.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal882021660.5600.180.21161.0551.8256.86
Hex58CAA63801215a13439
Octal13031224670022252416471
Binary101100011001010101001101110000100101010110100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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