Html Css Color HEX #59DBBB Downy

📋 copy color: '#59DBBB'

red 89 ◦ green 219 ◦ blue 187

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

Shades of Downy #59DBBB

Tints of Downy #59DBBB

RGB

 RED value IS 89 (35.16% from 255) = 17.98%

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

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

R = 17.98%
G = 44.24%
B = 37.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#59DBBB (or 0x59DBBB) is known color: Downy. HEX triplet: 59, DB and BB. RGB value is (89,219,187). Sum of RGB (Red+Green+Blue) = 89+219+187=495 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.98% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #59DBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DBBB is #A62444. Grayscale: #B0B0B0. Windows color (decimal): -10888261 or 12311385. OLE color: 12311385.

HSL color Cylindrical-coordinate representation of color #59DBBB: hue angle of 165.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59DBBB is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 219 187 -
CMYK 0.59 0 0.15 0.14
HSL 165.23º 0.64% 0.6% -
HSV(B) 165.23º 0.59% 0.86% -
XYZ 38.42 56.37 55.87 -
YUV 176.48 133.93 65.6 -
System Red Green Blue C M Y K H S L
Decimal 89 219 187 0.59 0 0.15 0.14 165.23 0.64 0.6
Hex 59 DB BB 3B 0 F E A5 40 3C
Octal 131 333 273 73 0 17 16 245 100 74
Binary 1011001 11011011 10111011 111011 0 1111 1110 10100101 1000000 111100

Color Harmonies of #59DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DBBB

Black with #59DBBB

Text Example


Text Example

White with #59DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59DBBB; }

 p { color: rgb(89,219,187); }

 H1.HeaderClassName
 {
   color: #59DBBB;
 }
 .AnyTagClassName
 {
   color: #59DBBB;
 }
</style>

background-color css

<style>
 a { background-color: #59DBBB; }

 a { background-color: rgb(89,219,187); }

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

border-color css

<style>
 span { border-color: #59DBBB; }

 span { border-color: rgb(89,219,187); }

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