Shades of Downy #74D3CC
Tints of Downy #74D3CC
RGB
CMYK
RGB Variations
Color information
#74D3CC (or 0x74D3CC) is known color: Downy. HEX triplet: 74, D3 and CC. RGB value is (116,211,204). Sum of RGB (Red+Green+Blue) = 116+211+204=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #74D3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D3CC is #8B2C33. Grayscale: #B5B5B5. Windows color (decimal): -9120820 or 13423476. OLE color: 13423476.
HSL color Cylindrical-coordinate representation of color #74D3CC: hue angle of 175.58º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D3CC is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 211 | 204 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.17 |
| HSL | 175.58º | 0.52% | 0.64% | - |
| HSV(B) | 175.58º | 0.45% | 0.83% | - |
| XYZ | 41.4 | 54.66 | 65.5 | - |
| YUV | 181.8 | 140.53 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 211 | 204 | 0.45 | 0 | 0.03 | 0.17 | 175.58 | 0.52 | 0.64 |
| Hex | 74 | D3 | CC | 2D | 0 | 3 | 11 | B0 | 34 | 40 |
| Octal | 164 | 323 | 314 | 55 | 0 | 3 | 21 | 260 | 64 | 100 |
| Binary | 1110100 | 11010011 | 11001100 | 101101 | 0 | 11 | 10001 | 10110000 | 110100 | 1000000 |
Color Harmonies of #74D3CC
Complementary color
Monochromatic Colors of #74D3CC
Black with #74D3CC
Text Example
Text Example
White with #74D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D3CC; }
p { color: rgb(116,211,204); }
H1.HeaderClassName
{
color: #74D3CC;
}
.AnyTagClassName
{
color: #74D3CC;
}
</style>
background-color css
<style>
a { background-color: #74D3CC; }
a { background-color: rgb(116,211,204); }
div.DivClassName
{
background-color: #74D3CC;
}
.BgClassName
{
background-color: #74D3CC;
}
</style>
border-color css
<style>
span { border-color: #74D3CC; }
span { border-color: rgb(116,211,204); }
td.TdClassName
{
border-color: #74D3CC;
}
.TagClassName
{
border-color: #74D3CC;
}
</style>