Html Css Color HEX #58DAB9 Downy

📋 copy color: '#58DAB9'

red 88 ◦ green 218 ◦ blue 185

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

Shades of Downy #58DAB9

Tints of Downy #58DAB9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.4%

 BLUE value IS 185 (72.66% from 255) = 37.68%

R = 17.92%
G = 44.4%
B = 37.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#58DAB9 (or 0x58DAB9) is known color: Downy. HEX triplet: 58, DA and B9. RGB value is (88,218,185). Sum of RGB (Red+Green+Blue) = 88+218+185=491 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.92% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #58DAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DAB9 is #A72546. Grayscale: #AFAFAF. Windows color (decimal): -10954055 or 12180056. OLE color: 12180056.

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

Color convert

RGB 88 218 185 -
CMYK 0.60 0 0.15 0.15
HSL 164.77º 0.64% 0.6% -
HSV(B) 164.77º 0.6% 0.85% -
XYZ 37.85 55.72 54.66 -
YUV 175.37 133.43 65.68 -
System Red Green Blue C M Y K H S L
Decimal 88 218 185 0.60 0 0.15 0.15 164.77 0.64 0.6
Hex 58 DA B9 3C 0 F F A5 40 3C
Octal 130 332 271 74 0 17 17 245 100 74
Binary 1011000 11011010 10111001 111100 0 1111 1111 10100101 1000000 111100

Color Harmonies of #58DAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DAB9

Black with #58DAB9

Text Example


Text Example

White with #58DAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,218,185); }

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

background-color css

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

 a { background-color: rgb(88,218,185); }

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

border-color css

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

 span { border-color: rgb(88,218,185); }

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