Shades of Downy #75DECA
Tints of Downy #75DECA
RGB
CMYK
RGB Variations
Color information
#75DECA (or 0x75DECA) is known color: Downy. HEX triplet: 75, DE and CA. RGB value is (117,222,202). Sum of RGB (Red+Green+Blue) = 117+222+202=541 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.63% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #75DECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DECA is #8A2135. Grayscale: #BCBCBC. Windows color (decimal): -9052470 or 13295221. OLE color: 13295221.
HSL color Cylindrical-coordinate representation of color #75DECA: hue angle of 168.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DECA is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 222 | 202 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.13 |
| HSL | 168.57º | 0.61% | 0.66% | - |
| HSV(B) | 168.57º | 0.47% | 0.87% | - |
| XYZ | 44.12 | 60.29 | 65.19 | - |
| YUV | 188.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 222 | 202 | 0.47 | 0 | 0.09 | 0.13 | 168.57 | 0.61 | 0.66 |
| Hex | 75 | DE | CA | 2F | 0 | 9 | D | A9 | 3D | 42 |
| Octal | 165 | 336 | 312 | 57 | 0 | 11 | 15 | 251 | 75 | 102 |
| Binary | 1110101 | 11011110 | 11001010 | 101111 | 0 | 1001 | 1101 | 10101001 | 111101 | 1000010 |
Color Harmonies of #75DECA
Complementary color
Monochromatic Colors of #75DECA
Black with #75DECA
Text Example
Text Example
White with #75DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DECA; }
p { color: rgb(117,222,202); }
H1.HeaderClassName
{
color: #75DECA;
}
.AnyTagClassName
{
color: #75DECA;
}
</style>
background-color css
<style>
a { background-color: #75DECA; }
a { background-color: rgb(117,222,202); }
div.DivClassName
{
background-color: #75DECA;
}
.BgClassName
{
background-color: #75DECA;
}
</style>
border-color css
<style>
span { border-color: #75DECA; }
span { border-color: rgb(117,222,202); }
td.TdClassName
{
border-color: #75DECA;
}
.TagClassName
{
border-color: #75DECA;
}
</style>