Html Css Color HEX #58DFBA Downy

📋 copy color: '#58DFBA'

red 88 ◦ green 223 ◦ blue 186

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

Shades of Downy #58DFBA

Tints of Downy #58DFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 17.71%
G = 44.87%
B = 37.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#58DFBA (or 0x58DFBA) is known color: Downy. HEX triplet: 58, DF and BA. RGB value is (88,223,186). Sum of RGB (Red+Green+Blue) = 88+223+186=497 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.71% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #58DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DFBA is #A72045. Grayscale: #B2B2B2. Windows color (decimal): -10952774 or 12246872. OLE color: 12246872.

HSL color Cylindrical-coordinate representation of color #58DFBA: hue angle of 163.56º 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 #58DFBA is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 223 186 -
CMYK 0.61 0 0.17 0.13
HSL 163.56º 0.68% 0.61% -
HSV(B) 163.56º 0.61% 0.87% -
XYZ 39.28 58.4 55.66 -
YUV 178.42 132.27 63.51 -
System Red Green Blue C M Y K H S L
Decimal 88 223 186 0.61 0 0.17 0.13 163.56 0.68 0.61
Hex 58 DF BA 3D 0 11 D A4 44 3D
Octal 130 337 272 75 0 21 15 244 104 75
Binary 1011000 11011111 10111010 111101 0 10001 1101 10100100 1000100 111101

Color Harmonies of #58DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DFBA

Black with #58DFBA

Text Example


Text Example

White with #58DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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