#58DBAA

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

Shades of Medium Aquamarine #58DBAA

Tints of Medium Aquamarine #58DBAA

Color information

#58DBAA (or 0x58DBAA) is unknown color: approx Medium Aquamarine. HEX triplet: 58, DB and AA. RGB value is (88,219,170). Sum of RGB (Red+Green+Blue) = 88+219+170=477 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.45% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #58DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DBAA is #A72455. Grayscale: #AEAEAE. Windows color (decimal): -10953814 or 11197272. OLE color: 11197272.

HSL color Cylindrical-coordinate representation of color #58DBAA: hue angle of 157.56º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DBAA is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB88219170-
CMYK0.6000.220.14
HSL157.56º64.53%60.2%-
HSV(B)157.56º59.82%85.88%-
XYZ36.6155.6446.84-
YUV174.24125.666.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.45%
GREEN value IS 219 (85.94% from 255) = 45.91%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=18.45%
G=45.91%
B=35.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal882191700.6000.220.14157.5664.5360.2
Hex58DBAA3C016E9e413c
Octal130333252740261623610174
Binary101100011011011101010101111000101101110100111101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,219,170); }

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

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

 a { background-color: rgb(88,219,170); }

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

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

 span { border-color: rgb(88,219,170); }

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