Html Css Color HEX #58DDBF Downy

📋 copy color: '#58DDBF'

red 88 ◦ green 221 ◦ blue 191

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

Shades of Downy #58DDBF

Tints of Downy #58DDBF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.2%

 BLUE value IS 191 (75% from 255) = 38.2%

R = 17.6%
G = 44.2%
B = 38.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#58DDBF (or 0x58DDBF) is known color: Downy. HEX triplet: 58, DD and BF. RGB value is (88,221,191). Sum of RGB (Red+Green+Blue) = 88+221+191=500 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.6% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDBF is #A72240. Grayscale: #B1B1B1. Windows color (decimal): -10953281 or 12574040. OLE color: 12574040.

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

Color convert

RGB 88 221 191 -
CMYK 0.60 0 0.14 0.13
HSL 166.47º 0.66% 0.61% -
HSV(B) 166.47º 0.6% 0.87% -
XYZ 39.28 57.55 58.33 -
YUV 177.81 135.44 63.94 -
System Red Green Blue C M Y K H S L
Decimal 88 221 191 0.60 0 0.14 0.13 166.47 0.66 0.61
Hex 58 DD BF 3C 0 E D A6 42 3D
Octal 130 335 277 74 0 16 15 246 102 75
Binary 1011000 11011101 10111111 111100 0 1110 1101 10100110 1000010 111101

Color Harmonies of #58DDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DDBF

Black with #58DDBF

Text Example


Text Example

White with #58DDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,221,191); }

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

background-color css

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

 a { background-color: rgb(88,221,191); }

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

border-color css

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

 span { border-color: rgb(88,221,191); }

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