#5bdabb

Color #5BDABB Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #5BDABB

Tints of Downy #5BDABB

Color information

#5BDABB (or 0x5BDABB) is unknown color: approx Downy. HEX triplet: 5B, DA and BB. RGB value is (91,218,187). Sum of RGB (Red+Green+Blue) = 91+218+187=496 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.35% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDABB is #A42544. Grayscale: #B0B0B0. Windows color (decimal): -10757445 or 12311131. OLE color: 12311131.

HSL color Cylindrical-coordinate representation of color #5BDABB: hue angle of 165.35º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDABB is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB91218187-
CMYK0.5800.140.15
HSL165.35º63.18%60.59%-
HSV(B)165.35º58.26%85.49%-
XYZ38.3655.9555.79-
YUV176.49133.9267.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.35%
GREEN value IS 218 (85.55% from 255) = 43.95%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=18.35%
G=43.95%
B=37.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal912181870.5800.140.15165.3563.1860.59
Hex5BDABB3A0EFa53f3d
Octal13333227372016172457775
Binary1011011110110101011101111101001110111110100101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bdabb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5bdabb; }

 p { color: rgb(91,218,187); }

 H1.HeaderClassName
 {
   color: #5bdabb;
 }
 .AnyTagClassName
 {
   color: #5bdabb;
 }
</style>
background-color css

<style>
 a { background-color: #5bdabb; }

 a { background-color: rgb(91,218,187); }

 div.DivClassName
 {
   background-color: #5bdabb;
 }
 .BgClassName
 {
   background-color: #5bdabb;
 }
</style>
border-color css

<style>
 span { border-color: #5bdabb; }

 span { border-color: rgb(91,218,187); }

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