Shades of Downy #74CFC9
Tints of Downy #74CFC9
RGB
CMYK
RGB Variations
Color information
#74CFC9 (or 0x74CFC9) is known color: Downy. HEX triplet: 74, CF and C9. RGB value is (116,207,201). Sum of RGB (Red+Green+Blue) = 116+207+201=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFC9 is #8B3036. Grayscale: #B3B3B3. Windows color (decimal): -9121847 or 13225844. OLE color: 13225844.
HSL color Cylindrical-coordinate representation of color #74CFC9: hue angle of 176.04º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CFC9 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 201 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.19 |
| HSL | 176.04º | 0.49% | 0.63% | - |
| HSV(B) | 176.04º | 0.44% | 0.81% | - |
| XYZ | 40.06 | 52.56 | 63.29 | - |
| YUV | 179.11 | 140.35 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 201 | 0.44 | 0 | 0.03 | 0.19 | 176.04 | 0.49 | 0.63 |
| Hex | 74 | CF | C9 | 2C | 0 | 3 | 13 | B0 | 31 | 3F |
| Octal | 164 | 317 | 311 | 54 | 0 | 3 | 23 | 260 | 61 | 77 |
| Binary | 1110100 | 11001111 | 11001001 | 101100 | 0 | 11 | 10011 | 10110000 | 110001 | 111111 |
Color Harmonies of #74CFC9
Complementary color
Monochromatic Colors of #74CFC9
Black with #74CFC9
Text Example
Text Example
White with #74CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFC9; }
p { color: rgb(116,207,201); }
H1.HeaderClassName
{
color: #74CFC9;
}
.AnyTagClassName
{
color: #74CFC9;
}
</style>
background-color css
<style>
a { background-color: #74CFC9; }
a { background-color: rgb(116,207,201); }
div.DivClassName
{
background-color: #74CFC9;
}
.BgClassName
{
background-color: #74CFC9;
}
</style>
border-color css
<style>
span { border-color: #74CFC9; }
span { border-color: rgb(116,207,201); }
td.TdClassName
{
border-color: #74CFC9;
}
.TagClassName
{
border-color: #74CFC9;
}
</style>