#58E1B9

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

Shades of Downy #58E1B9

Tints of Downy #58E1B9

Color information

#58E1B9 (or 0x58E1B9) is unknown color: approx Downy. HEX triplet: 58, E1 and B9. RGB value is (88,225,185). Sum of RGB (Red+Green+Blue) = 88+225+185=498 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.67% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #58E1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E1B9 is #A71E46. Grayscale: #B3B3B3. Windows color (decimal): -10952263 or 12181848. OLE color: 12181848.

HSL color Cylindrical-coordinate representation of color #58E1B9: hue angle of 162.48º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E1B9 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB88225185-
CMYK0.6100.180.12
HSL162.48º69.54%61.37%-
HSV(B)162.48º60.89%88.24%-
XYZ39.7159.4355.28-
YUV179.48131.1162.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.67%
GREEN value IS 225 (88.28% from 255) = 45.18%
BLUE value IS 185 (72.66% from 255) = 37.15%
R=17.67%
G=45.18%
B=37.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal882251850.6100.180.12162.4869.5461.37
Hex58E1B93D012Ca2463d
Octal130341271750221424210675
Binary101100011100001101110011111010100101100101000101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58E1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,225,185); }

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

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

 a { background-color: rgb(88,225,185); }

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

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

 span { border-color: rgb(88,225,185); }

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