Html Css Color HEX #58DCBA Downy

📋 copy color: '#58DCBA'

red 88 ◦ green 220 ◦ blue 186

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

Shades of Downy #58DCBA

Tints of Downy #58DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.53%

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

R = 17.81%
G = 44.53%
B = 37.65%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#58DCBA (or 0x58DCBA) is known color: Downy. HEX triplet: 58, DC and BA. RGB value is (88,220,186). Sum of RGB (Red+Green+Blue) = 88+220+186=494 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.81% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCBA is #A72345. Grayscale: #B0B0B0. Windows color (decimal): -10953542 or 12246104. OLE color: 12246104.

HSL color Cylindrical-coordinate representation of color #58DCBA: hue angle of 164.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DCBA is Cyan = 0.6, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 220 186 -
CMYK 0.6 0 0.15 0.14
HSL 164.55º 0.65% 0.6% -
HSV(B) 164.55º 0.6% 0.86% -
XYZ 38.48 56.81 55.39 -
YUV 176.66 133.27 64.76 -
System Red Green Blue C M Y K H S L
Decimal 88 220 186 0.6 0 0.15 0.14 164.55 0.65 0.6
Hex 58 DC BA 3C 0 F E A5 41 3C
Octal 130 334 272 74 0 17 16 245 101 74
Binary 1011000 11011100 10111010 111100 0 1111 1110 10100101 1000001 111100

Color Harmonies of #58DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DCBA

Black with #58DCBA

Text Example


Text Example

White with #58DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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