#58C8B9

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

Shades of Downy #58C8B9

Tints of Downy #58C8B9

Color information

#58C8B9 (or 0x58C8B9) is unknown color: approx Downy. HEX triplet: 58, C8 and B9. RGB value is (88,200,185). Sum of RGB (Red+Green+Blue) = 88+200+185=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #58C8B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C8B9 is #A73746. Grayscale: #A4A4A4. Windows color (decimal): -10958663 or 12175448. OLE color: 12175448.

HSL color Cylindrical-coordinate representation of color #58C8B9: hue angle of 171.96º 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 #58C8B9 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB88200185-
CMYK0.5600.080.22
HSL171.96º50.45%56.47%-
HSV(B)171.96º56%78.43%-
XYZ33.4446.8953.19-
YUV164.8139.3973.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.60%
GREEN value IS 200 (78.52% from 255) = 42.28%
BLUE value IS 185 (72.66% from 255) = 39.11%
R=18.60%
G=42.28%
B=39.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal882001850.5600.080.22171.9650.4556.47
Hex58C8B9380816ac3238
Octal13031027170010262546270
Binary10110001100100010111001111000010001011010101100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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