Html Css Color HEX #58DDC0 Downy

📋 copy color: '#58DDC0'

red 88 ◦ green 221 ◦ blue 192

#58DDC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #58DDC0

Tints of Downy #58DDC0

RGB

 RED value IS 88 (34.77% from 255) = 17.56%

 GREEN value IS 221 (86.72% from 255) = 44.11%

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 17.56%
G = 44.11%
B = 38.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#58DDC0 (or 0x58DDC0) is known color: Downy. HEX triplet: 58, DD and C0. RGB value is (88,221,192). Sum of RGB (Red+Green+Blue) = 88+221+192=501 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.56% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDC0 is #A7223F. Grayscale: #B1B1B1. Windows color (decimal): -10953280 or 12639576. OLE color: 12639576.

HSL color Cylindrical-coordinate representation of color #58DDC0: hue angle of 166.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DDC0 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 221 192 -
CMYK 0.60 0 0.13 0.13
HSL 166.92º 0.66% 0.61% -
HSV(B) 166.92º 0.6% 0.87% -
XYZ 39.4 57.59 58.91 -
YUV 177.93 135.94 63.86 -
System Red Green Blue C M Y K H S L
Decimal 88 221 192 0.60 0 0.13 0.13 166.92 0.66 0.61
Hex 58 DD C0 3C 0 D D A7 42 3D
Octal 130 335 300 74 0 15 15 247 102 75
Binary 1011000 11011101 11000000 111100 0 1101 1101 10100111 1000010 111101

Color Harmonies of #58DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DDC0

Black with #58DDC0

Text Example


Text Example

White with #58DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,221,192); }

 H1.HeaderClassName
 {
   color: #58DDC0;
 }
 .AnyTagClassName
 {
   color: #58DDC0;
 }
</style>

background-color css

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

 a { background-color: rgb(88,221,192); }

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

border-color css

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

 span { border-color: rgb(88,221,192); }

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