Shades of Downy #75CFBA
Tints of Downy #75CFBA
RGB
CMYK
RGB Variations
Color information
#75CFBA (or 0x75CFBA) is known color: Downy. HEX triplet: 75, CF and BA. RGB value is (117,207,186). Sum of RGB (Red+Green+Blue) = 117+207+186=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #75CFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFBA is #8A3045. Grayscale: #B1B1B1. Windows color (decimal): -9056326 or 12242805. OLE color: 12242805.
HSL color Cylindrical-coordinate representation of color #75CFBA: hue angle of 166º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CFBA is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 207 | 186 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.19 |
| HSL | 166º | 0.48% | 0.64% | - |
| HSV(B) | 166º | 0.43% | 0.81% | - |
| XYZ | 38.51 | 51.95 | 54.45 | - |
| YUV | 177.7 | 132.68 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 186 | 0.43 | 0 | 0.10 | 0.19 | 166 | 0.48 | 0.64 |
| Hex | 75 | CF | BA | 2B | 0 | A | 13 | A6 | 30 | 40 |
| Octal | 165 | 317 | 272 | 53 | 0 | 12 | 23 | 246 | 60 | 100 |
| Binary | 1110101 | 11001111 | 10111010 | 101011 | 0 | 1010 | 10011 | 10100110 | 110000 | 1000000 |
Color Harmonies of #75CFBA
Complementary color
Monochromatic Colors of #75CFBA
Black with #75CFBA
Text Example
Text Example
White with #75CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFBA; }
p { color: rgb(117,207,186); }
H1.HeaderClassName
{
color: #75CFBA;
}
.AnyTagClassName
{
color: #75CFBA;
}
</style>
background-color css
<style>
a { background-color: #75CFBA; }
a { background-color: rgb(117,207,186); }
div.DivClassName
{
background-color: #75CFBA;
}
.BgClassName
{
background-color: #75CFBA;
}
</style>
border-color css
<style>
span { border-color: #75CFBA; }
span { border-color: rgb(117,207,186); }
td.TdClassName
{
border-color: #75CFBA;
}
.TagClassName
{
border-color: #75CFBA;
}
</style>