Html Css Color HEX #58DEC0 Downy

📋 copy color: '#58DEC0'

red 88 ◦ green 222 ◦ blue 192

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

Shades of Downy #58DEC0

Tints of Downy #58DEC0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.22%

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

R = 17.53%
G = 44.22%
B = 38.25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#58DEC0 (or 0x58DEC0) is known color: Downy. HEX triplet: 58, DE and C0. RGB value is (88,222,192). Sum of RGB (Red+Green+Blue) = 88+222+192=502 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.53% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #58DEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DEC0 is #A7213F. Grayscale: #B2B2B2. Windows color (decimal): -10953024 or 12639832. OLE color: 12639832.

HSL color Cylindrical-coordinate representation of color #58DEC0: hue angle of 166.57º degrees, saturation: 0.67, 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 #58DEC0 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 222 192 -
CMYK 0.60 0 0.14 0.13
HSL 166.57º 0.67% 0.61% -
HSV(B) 166.57º 0.6% 0.87% -
XYZ 39.66 58.12 59 -
YUV 178.51 135.61 63.44 -
System Red Green Blue C M Y K H S L
Decimal 88 222 192 0.60 0 0.14 0.13 166.57 0.67 0.61
Hex 58 DE C0 3C 0 E D A7 43 3D
Octal 130 336 300 74 0 16 15 247 103 75
Binary 1011000 11011110 11000000 111100 0 1110 1101 10100111 1000011 111101

Color Harmonies of #58DEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DEC0

Black with #58DEC0

Text Example


Text Example

White with #58DEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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