#5bdcba

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

Shades of Downy #5BDCBA

Tints of Downy #5BDCBA

Color information

#5BDCBA (or 0x5BDCBA) is unknown color: approx Downy. HEX triplet: 5B, DC and BA. RGB value is (91,220,186). Sum of RGB (Red+Green+Blue) = 91+220+186=497 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.31% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDCBA is #A42345. Grayscale: #B1B1B1. Windows color (decimal): -10756934 or 12246107. OLE color: 12246107.

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

Color convert

RGB91220186-
CMYK0.5900.150.14
HSL164.19º64.82%60.98%-
HSV(B)164.19º58.64%86.27%-
XYZ38.7756.9655.4-
YUV177.55132.7666.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.31%
GREEN value IS 220 (86.33% from 255) = 44.27%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=18.31%
G=44.27%
B=37.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal912201860.5900.150.14164.1964.8260.98
Hex5BDCBA3B0FEa4413d
Octal133334272730171624410175
Binary10110111101110010111010111011011111110101001001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bdcba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,220,186); }

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

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

 a { background-color: rgb(91,220,186); }

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

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

 span { border-color: rgb(91,220,186); }

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