#58CFA2

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

Shades of Medium Aquamarine #58CFA2

Tints of Medium Aquamarine #58CFA2

Color information

#58CFA2 (or 0x58CFA2) is unknown color: approx Medium Aquamarine. HEX triplet: 58, CF and A2. RGB value is (88,207,162). Sum of RGB (Red+Green+Blue) = 88+207+162=457 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.26% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CFA2 is #A7305D. Grayscale: #A6A6A6. Windows color (decimal): -10956894 or 10669912. OLE color: 10669912.

HSL color Cylindrical-coordinate representation of color #58CFA2: hue angle of 157.31º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CFA2 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB88207162-
CMYK0.5700.220.19
HSL157.31º55.35%57.84%-
HSV(B)157.31º57.49%81.18%-
XYZ32.8649.3141.97-
YUV166.29125.5872.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.26%
GREEN value IS 207 (81.25% from 255) = 45.30%
BLUE value IS 162 (63.67% from 255) = 35.45%
R=19.26%
G=45.30%
B=35.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal882071620.5700.220.19157.3155.3557.84
Hex58CFA239016139d373a
Octal13031724271026232356772
Binary101100011001111101000101110010101101001110011101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,207,162); }

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

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

 a { background-color: rgb(88,207,162); }

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

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

 span { border-color: rgb(88,207,162); }

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