Shades of Downy #75CFBE
Tints of Downy #75CFBE
RGB
CMYK
RGB Variations
Color information
#75CFBE (or 0x75CFBE) is known color: Downy. HEX triplet: 75, CF and BE. RGB value is (117,207,190). Sum of RGB (Red+Green+Blue) = 117+207+190=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #75CFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFBE is #8A3041. Grayscale: #B2B2B2. Windows color (decimal): -9056322 or 12504949. OLE color: 12504949.
HSL color Cylindrical-coordinate representation of color #75CFBE: hue angle of 168.67º 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 #75CFBE is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 207 | 190 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.19 |
| HSL | 168.67º | 0.48% | 0.64% | - |
| HSV(B) | 168.67º | 0.43% | 0.81% | - |
| XYZ | 38.94 | 52.13 | 56.72 | - |
| YUV | 178.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 190 | 0.43 | 0 | 0.08 | 0.19 | 168.67 | 0.48 | 0.64 |
| Hex | 75 | CF | BE | 2B | 0 | 8 | 13 | A9 | 30 | 40 |
| Octal | 165 | 317 | 276 | 53 | 0 | 10 | 23 | 251 | 60 | 100 |
| Binary | 1110101 | 11001111 | 10111110 | 101011 | 0 | 1000 | 10011 | 10101001 | 110000 | 1000000 |
Color Harmonies of #75CFBE
Complementary color
Monochromatic Colors of #75CFBE
Black with #75CFBE
Text Example
Text Example
White with #75CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFBE; }
p { color: rgb(117,207,190); }
H1.HeaderClassName
{
color: #75CFBE;
}
.AnyTagClassName
{
color: #75CFBE;
}
</style>
background-color css
<style>
a { background-color: #75CFBE; }
a { background-color: rgb(117,207,190); }
div.DivClassName
{
background-color: #75CFBE;
}
.BgClassName
{
background-color: #75CFBE;
}
</style>
border-color css
<style>
span { border-color: #75CFBE; }
span { border-color: rgb(117,207,190); }
td.TdClassName
{
border-color: #75CFBE;
}
.TagClassName
{
border-color: #75CFBE;
}
</style>