Shades of Downy #5FCABB
Tints of Downy #5FCABB
RGB
CMYK
RGB Variations
Color information
#5FCABB (or 0x5FCABB) is known color: Downy. HEX triplet: 5F, CA and BB. RGB value is (95,202,187). Sum of RGB (Red+Green+Blue) = 95+202+187=484 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.63% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCABB is #A03544. Grayscale: #A8A8A8. Windows color (decimal): -10499397 or 12307039. OLE color: 12307039.
HSL color Cylindrical-coordinate representation of color #5FCABB: hue angle of 171.59º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCABB is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 187 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.21 |
| HSL | 171.59º | 0.5% | 0.58% | - |
| HSV(B) | 171.59º | 0.53% | 0.79% | - |
| XYZ | 34.81 | 48.26 | 54.49 | - |
| YUV | 168.3 | 138.55 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 187 | 0.53 | 0 | 0.07 | 0.21 | 171.59 | 0.5 | 0.58 |
| Hex | 5F | CA | BB | 35 | 0 | 7 | 15 | AC | 32 | 3A |
| Octal | 137 | 312 | 273 | 65 | 0 | 7 | 25 | 254 | 62 | 72 |
| Binary | 1011111 | 11001010 | 10111011 | 110101 | 0 | 111 | 10101 | 10101100 | 110010 | 111010 |
Color Harmonies of #5FCABB
Complementary color
Monochromatic Colors of #5FCABB
Black with #5FCABB
Text Example
Text Example
White with #5FCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCABB; }
p { color: rgb(95,202,187); }
H1.HeaderClassName
{
color: #5FCABB;
}
.AnyTagClassName
{
color: #5FCABB;
}
</style>
background-color css
<style>
a { background-color: #5FCABB; }
a { background-color: rgb(95,202,187); }
div.DivClassName
{
background-color: #5FCABB;
}
.BgClassName
{
background-color: #5FCABB;
}
</style>
border-color css
<style>
span { border-color: #5FCABB; }
span { border-color: rgb(95,202,187); }
td.TdClassName
{
border-color: #5FCABB;
}
.TagClassName
{
border-color: #5FCABB;
}
</style>