Html Css Color HEX #58DBBA Downy

📋 copy color: '#58DBBA'

red 88 ◦ green 219 ◦ blue 186

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

Shades of Downy #58DBBA

Tints of Downy #58DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.42%

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

R = 17.85%
G = 44.42%
B = 37.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#58DBBA (or 0x58DBBA) is known color: Downy. HEX triplet: 58, DB and BA. RGB value is (88,219,186). Sum of RGB (Red+Green+Blue) = 88+219+186=493 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.85% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #58DBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DBBA is #A72445. Grayscale: #B0B0B0. Windows color (decimal): -10953798 or 12245848. OLE color: 12245848.

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

Color convert

RGB 88 219 186 -
CMYK 0.60 0 0.15 0.14
HSL 164.89º 0.65% 0.6% -
HSV(B) 164.89º 0.6% 0.86% -
XYZ 38.22 56.28 55.3 -
YUV 176.07 133.6 65.18 -
System Red Green Blue C M Y K H S L
Decimal 88 219 186 0.60 0 0.15 0.14 164.89 0.65 0.6
Hex 58 DB BA 3C 0 F E A5 41 3C
Octal 130 333 272 74 0 17 16 245 101 74
Binary 1011000 11011011 10111010 111100 0 1111 1110 10100101 1000001 111100

Color Harmonies of #58DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DBBA

Black with #58DBBA

Text Example


Text Example

White with #58DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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