Html Css Color HEX #56DBBB Downy

📋 copy color: '#56DBBB'

red 86 ◦ green 219 ◦ blue 187

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

Shades of Downy #56DBBB

Tints of Downy #56DBBB

RGB

 RED value IS 86 (33.98% from 255) = 17.48%

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

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

R = 17.48%
G = 44.51%
B = 38.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#56DBBB (or 0x56DBBB) is known color: Downy. HEX triplet: 56, DB and BB. RGB value is (86,219,187). Sum of RGB (Red+Green+Blue) = 86+219+187=492 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.48% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #56DBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DBBB is #A92444. Grayscale: #AFAFAF. Windows color (decimal): -11084869 or 12311382. OLE color: 12311382.

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

Color convert

RGB 86 219 187 -
CMYK 0.61 0 0.15 0.14
HSL 165.56º 0.65% 0.6% -
HSV(B) 165.56º 0.61% 0.86% -
XYZ 38.14 56.23 55.86 -
YUV 175.59 134.44 64.1 -
System Red Green Blue C M Y K H S L
Decimal 86 219 187 0.61 0 0.15 0.14 165.56 0.65 0.6
Hex 56 DB BB 3D 0 F E A6 41 3C
Octal 126 333 273 75 0 17 16 246 101 74
Binary 1010110 11011011 10111011 111101 0 1111 1110 10100110 1000001 111100

Color Harmonies of #56DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DBBB

Black with #56DBBB

Text Example


Text Example

White with #56DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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