#58E7B9

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

Shades of Downy #58E7B9

Tints of Downy #58E7B9

Color information

#58E7B9 (or 0x58E7B9) is unknown color: approx Downy. HEX triplet: 58, E7 and B9. RGB value is (88,231,185). Sum of RGB (Red+Green+Blue) = 88+231+185=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #58E7B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58E7B9 is #A71846. Grayscale: #B7B7B7. Windows color (decimal): -10950727 or 12183384. OLE color: 12183384.

HSL color Cylindrical-coordinate representation of color #58E7B9: hue angle of 160.7º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58E7B9 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB88231185-
CMYK0.6200.200.09
HSL160.7º74.87%62.55%-
HSV(B)160.7º61.9%90.59%-
XYZ41.3662.7355.83-
YUV183129.1260.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.46%
GREEN value IS 231 (90.62% from 255) = 45.83%
BLUE value IS 185 (72.66% from 255) = 36.71%
R=17.46%
G=45.83%
B=36.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal882311850.6200.200.09160.774.8762.55
Hex58E7B93E0149a14b3f
Octal130347271760241124111377
Binary101100011100111101110011111100101001001101000011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58E7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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