#58C8BA

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

Shades of Downy #58C8BA

Tints of Downy #58C8BA

Color information

#58C8BA (or 0x58C8BA) is unknown color: approx Downy. HEX triplet: 58, C8 and BA. RGB value is (88,200,186). Sum of RGB (Red+Green+Blue) = 88+200+186=474 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.57% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 200 - color contains mainly: green. Hex color #58C8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C8BA is #A73745. Grayscale: #A4A4A4. Windows color (decimal): -10958662 or 12240984. OLE color: 12240984.

HSL color Cylindrical-coordinate representation of color #58C8BA: hue angle of 172.5º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C8BA is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB88200186-
CMYK0.5600.070.22
HSL172.5º50.45%56.47%-
HSV(B)172.5º56%78.43%-
XYZ33.5446.9353.74-
YUV164.92139.8973.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.57%
GREEN value IS 200 (78.52% from 255) = 42.19%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=18.57%
G=42.19%
B=39.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal882001860.5600.070.22172.550.4556.47
Hex58C8BA380716ac3238
Octal1303102727007262546270
Binary1011000110010001011101011100001111011010101100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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