#58E1BA

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

Shades of Downy #58E1BA

Tints of Downy #58E1BA

Color information

#58E1BA (or 0x58E1BA) is unknown color: approx Downy. HEX triplet: 58, E1 and BA. RGB value is (88,225,186). Sum of RGB (Red+Green+Blue) = 88+225+186=499 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.64% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #58E1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E1BA is #A71E45. Grayscale: #B3B3B3. Windows color (decimal): -10952262 or 12247384. OLE color: 12247384.

HSL color Cylindrical-coordinate representation of color #58E1BA: hue angle of 162.92º 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 #58E1BA is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB88225186-
CMYK0.6100.170.12
HSL162.92º69.54%61.37%-
HSV(B)162.92º60.89%88.24%-
XYZ39.8159.4755.83-
YUV179.59131.6162.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.64%
GREEN value IS 225 (88.28% from 255) = 45.09%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=17.64%
G=45.09%
B=37.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal882251860.6100.170.12162.9269.5461.37
Hex58E1BA3D011Ca3463d
Octal130341272750211424310675
Binary101100011100001101110101111010100011100101000111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58E1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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