Html Css Color HEX #58DBBE Downy

📋 copy color: '#58DBBE'

red 88 ◦ green 219 ◦ blue 190

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

Shades of Downy #58DBBE

Tints of Downy #58DBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 17.71%
G = 44.06%
B = 38.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#58DBBE (or 0x58DBBE) is known color: Downy. HEX triplet: 58, DB and BE. RGB value is (88,219,190). Sum of RGB (Red+Green+Blue) = 88+219+190=497 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.71% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #58DBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DBBE is #A72441. Grayscale: #B0B0B0. Windows color (decimal): -10953794 or 12507992. OLE color: 12507992.

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

Color convert

RGB 88 219 190 -
CMYK 0.60 0 0.13 0.14
HSL 166.72º 0.65% 0.6% -
HSV(B) 166.72º 0.6% 0.86% -
XYZ 38.65 56.46 57.58 -
YUV 176.53 135.6 64.86 -
System Red Green Blue C M Y K H S L
Decimal 88 219 190 0.60 0 0.13 0.14 166.72 0.65 0.6
Hex 58 DB BE 3C 0 D E A7 41 3C
Octal 130 333 276 74 0 15 16 247 101 74
Binary 1011000 11011011 10111110 111100 0 1101 1110 10100111 1000001 111100

Color Harmonies of #58DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DBBE

Black with #58DBBE

Text Example


Text Example

White with #58DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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