#58d7be

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

Shades of Downy #58D7BE

Tints of Downy #58D7BE

Color information

#58D7BE (or 0x58D7BE) is unknown color: approx Downy. HEX triplet: 58, D7 and BE. RGB value is (88,215,190). Sum of RGB (Red+Green+Blue) = 88+215+190=493 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.85% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #58D7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D7BE is #A72841. Grayscale: #AEAEAE. Windows color (decimal): -10954818 or 12506968. OLE color: 12506968.

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

Color convert

RGB88215190-
CMYK0.5900.120.16
HSL168.19º61.35%59.41%-
HSV(B)168.19º59.07%84.31%-
XYZ37.6254.3957.23-
YUV174.18136.9266.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.85%
GREEN value IS 215 (84.38% from 255) = 43.61%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=17.85%
G=43.61%
B=38.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal882151900.5900.120.16168.1961.3559.41
Hex58D7BE3B0C10a83d3b
Octal13032727673014202507573
Binary10110001101011110111110111011011001000010101000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58d7be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,215,190); }

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

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

 a { background-color: rgb(88,215,190); }

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

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

 span { border-color: rgb(88,215,190); }

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