Html Css Color HEX #58DDBB Downy

📋 copy color: '#58DDBB'

red 88 ◦ green 221 ◦ blue 187

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

Shades of Downy #58DDBB

Tints of Downy #58DDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 17.74%
G = 44.56%
B = 37.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#58DDBB (or 0x58DDBB) is known color: Downy. HEX triplet: 58, DD and BB. RGB value is (88,221,187). Sum of RGB (Red+Green+Blue) = 88+221+187=496 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.74% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDBB is #A72244. Grayscale: #B1B1B1. Windows color (decimal): -10953285 or 12311896. OLE color: 12311896.

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

Color convert

RGB 88 221 187 -
CMYK 0.60 0 0.15 0.13
HSL 164.66º 0.66% 0.61% -
HSV(B) 164.66º 0.6% 0.87% -
XYZ 38.85 57.38 56.04 -
YUV 177.36 133.44 64.26 -
System Red Green Blue C M Y K H S L
Decimal 88 221 187 0.60 0 0.15 0.13 164.66 0.66 0.61
Hex 58 DD BB 3C 0 F D A5 42 3D
Octal 130 335 273 74 0 17 15 245 102 75
Binary 1011000 11011101 10111011 111100 0 1111 1101 10100101 1000010 111101

Color Harmonies of #58DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DDBB

Black with #58DDBB

Text Example


Text Example

White with #58DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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