#58cfa7

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

Shades of Medium Aquamarine #58CFA7

Tints of Medium Aquamarine #58CFA7

Color information

#58CFA7 (or 0x58CFA7) is unknown color: approx Medium Aquamarine. HEX triplet: 58, CF and A7. RGB value is (88,207,167). Sum of RGB (Red+Green+Blue) = 88+207+167=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CFA7 is #A73058. Grayscale: #A6A6A6. Windows color (decimal): -10956889 or 10997592. OLE color: 10997592.

HSL color Cylindrical-coordinate representation of color #58CFA7: hue angle of 159.83º 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 #58CFA7 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB88207167-
CMYK0.5700.190.19
HSL159.83º55.35%57.84%-
HSV(B)159.83º57.49%81.18%-
XYZ33.3149.4944.36-
YUV166.86128.0871.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.05%
GREEN value IS 207 (81.25% from 255) = 44.81%
BLUE value IS 167 (65.62% from 255) = 36.15%
R=19.05%
G=44.81%
B=36.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal882071670.5700.190.19159.8355.3557.84
Hex58CFA73901313a0373a
Octal13031724771023232406772
Binary101100011001111101001111110010100111001110100000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58cfa7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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