Shades of Downy #74DCCC
Tints of Downy #74DCCC
RGB
CMYK
RGB Variations
Color information
#74DCCC (or 0x74DCCC) is known color: Downy. HEX triplet: 74, DC and CC. RGB value is (116,220,204). Sum of RGB (Red+Green+Blue) = 116+220+204=540 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.48% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCCC is #8B2333. Grayscale: #BBBBBB. Windows color (decimal): -9118516 or 13425780. OLE color: 13425780.
HSL color Cylindrical-coordinate representation of color #74DCCC: hue angle of 170.77º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DCCC is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 204 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.14 |
| HSL | 170.77º | 0.6% | 0.66% | - |
| HSV(B) | 170.77º | 0.47% | 0.86% | - |
| XYZ | 43.69 | 59.26 | 66.26 | - |
| YUV | 187.08 | 137.54 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 204 | 0.47 | 0 | 0.07 | 0.14 | 170.77 | 0.6 | 0.66 |
| Hex | 74 | DC | CC | 2F | 0 | 7 | E | AB | 3C | 42 |
| Octal | 164 | 334 | 314 | 57 | 0 | 7 | 16 | 253 | 74 | 102 |
| Binary | 1110100 | 11011100 | 11001100 | 101111 | 0 | 111 | 1110 | 10101011 | 111100 | 1000010 |
Color Harmonies of #74DCCC
Complementary color
Monochromatic Colors of #74DCCC
Black with #74DCCC
Text Example
Text Example
White with #74DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCCC; }
p { color: rgb(116,220,204); }
H1.HeaderClassName
{
color: #74DCCC;
}
.AnyTagClassName
{
color: #74DCCC;
}
</style>
background-color css
<style>
a { background-color: #74DCCC; }
a { background-color: rgb(116,220,204); }
div.DivClassName
{
background-color: #74DCCC;
}
.BgClassName
{
background-color: #74DCCC;
}
</style>
border-color css
<style>
span { border-color: #74DCCC; }
span { border-color: rgb(116,220,204); }
td.TdClassName
{
border-color: #74DCCC;
}
.TagClassName
{
border-color: #74DCCC;
}
</style>