#58D8C0

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

Shades of Downy #58D8C0

Tints of Downy #58D8C0

Color information

#58D8C0 (or 0x58D8C0) is unknown color: approx Downy. HEX triplet: 58, D8 and C0. RGB value is (88,216,192). Sum of RGB (Red+Green+Blue) = 88+216+192=496 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.74% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #58D8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D8C0 is #A7273F. Grayscale: #AEAEAE. Windows color (decimal): -10954560 or 12638296. OLE color: 12638296.

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

Color convert

RGB88216192-
CMYK0.5900.110.15
HSL168.75º62.14%59.61%-
HSV(B)168.75º59.26%84.71%-
XYZ38.0954.9958.48-
YUV174.99137.5965.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.74%
GREEN value IS 216 (84.77% from 255) = 43.55%
BLUE value IS 192 (75.39% from 255) = 38.71%
R=17.74%
G=43.55%
B=38.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal882161920.5900.110.15168.7562.1459.61
Hex58D8C03B0BFa93e3c
Octal13033030073013172517674
Binary1011000110110001100000011101101011111110101001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,216,192); }

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

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

 a { background-color: rgb(88,216,192); }

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

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

 span { border-color: rgb(88,216,192); }

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