#58DDB8

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

Shades of Medium Aquamarine #58DDB8

Tints of Medium Aquamarine #58DDB8

Color information

#58DDB8 (or 0x58DDB8) is unknown color: approx Medium Aquamarine. HEX triplet: 58, DD and B8. RGB value is (88,221,184). Sum of RGB (Red+Green+Blue) = 88+221+184=493 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.85% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDB8 is #A72247. Grayscale: #B1B1B1. Windows color (decimal): -10953288 or 12115288. OLE color: 12115288.

HSL color Cylindrical-coordinate representation of color #58DDB8: hue angle of 163.31º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DDB8 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB88221184-
CMYK0.6000.170.13
HSL163.31º66.17%60.59%-
HSV(B)163.31º60.18%86.67%-
XYZ38.5357.2554.37-
YUV177.02131.9464.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.85%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 184 (72.27% from 255) = 37.32%
R=17.85%
G=44.83%
B=37.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal882211840.6000.170.13163.3166.1760.59
Hex58DDB83C011Da3423d
Octal130335270740211524310275
Binary101100011011101101110001111000100011101101000111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,221,184); }

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

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

 a { background-color: rgb(88,221,184); }

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

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

 span { border-color: rgb(88,221,184); }

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