#58DAB4

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

Shades of Medium Aquamarine #58DAB4

Tints of Medium Aquamarine #58DAB4

Color information

#58DAB4 (or 0x58DAB4) is unknown color: approx Medium Aquamarine. HEX triplet: 58, DA and B4. RGB value is (88,218,180). Sum of RGB (Red+Green+Blue) = 88+218+180=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #58DAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DAB4 is #A7254B. Grayscale: #AEAEAE. Windows color (decimal): -10954060 or 11852376. OLE color: 11852376.

HSL color Cylindrical-coordinate representation of color #58DAB4: hue angle of 162.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DAB4 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB88218180-
CMYK0.6000.170.15
HSL162.46º63.73%60%-
HSV(B)162.46º59.63%85.49%-
XYZ37.3355.5151.93-
YUV174.8130.9366.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.11%
GREEN value IS 218 (85.55% from 255) = 44.86%
BLUE value IS 180 (70.70% from 255) = 37.04%
R=18.11%
G=44.86%
B=37.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal882181800.6000.170.15162.4663.7360
Hex58DAB43C011Fa2403c
Octal130332264740211724210074
Binary101100011011010101101001111000100011111101000101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,218,180); }

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

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

 a { background-color: rgb(88,218,180); }

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

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

 span { border-color: rgb(88,218,180); }

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