Html Css Color HEX #58DFC1 Downy

📋 copy color: '#58DFC1'

red 88 ◦ green 223 ◦ blue 193

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

Shades of Downy #58DFC1

Tints of Downy #58DFC1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.25%

 BLUE value IS 193 (75.78% from 255) = 38.29%

R = 17.46%
G = 44.25%
B = 38.29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#58DFC1 (or 0x58DFC1) is known color: Downy. HEX triplet: 58, DF and C1. RGB value is (88,223,193). Sum of RGB (Red+Green+Blue) = 88+223+193=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #58DFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DFC1 is #A7203E. Grayscale: #B3B3B3. Windows color (decimal): -10952767 or 12705624. OLE color: 12705624.

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

Color convert

RGB 88 223 193 -
CMYK 0.61 0 0.13 0.13
HSL 166.67º 0.68% 0.61% -
HSV(B) 166.67º 0.61% 0.87% -
XYZ 40.04 58.7 59.67 -
YUV 179.22 135.77 62.94 -
System Red Green Blue C M Y K H S L
Decimal 88 223 193 0.61 0 0.13 0.13 166.67 0.68 0.61
Hex 58 DF C1 3D 0 D D A7 44 3D
Octal 130 337 301 75 0 15 15 247 104 75
Binary 1011000 11011111 11000001 111101 0 1101 1101 10100111 1000100 111101

Color Harmonies of #58DFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DFC1

Black with #58DFC1

Text Example


Text Example

White with #58DFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,223,193); }

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

background-color css

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

 a { background-color: rgb(88,223,193); }

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

border-color css

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

 span { border-color: rgb(88,223,193); }

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