Shades of Downy #74D5CC
Tints of Downy #74D5CC
RGB
CMYK
RGB Variations
Color information
#74D5CC (or 0x74D5CC) is known color: Downy. HEX triplet: 74, D5 and CC. RGB value is (116,213,204). Sum of RGB (Red+Green+Blue) = 116+213+204=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #74D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D5CC is #8B2A33. Grayscale: #B6B6B6. Windows color (decimal): -9120308 or 13423988. OLE color: 13423988.
HSL color Cylindrical-coordinate representation of color #74D5CC: hue angle of 174.43º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D5CC is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 204 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.16 |
| HSL | 174.43º | 0.54% | 0.65% | - |
| HSV(B) | 174.43º | 0.46% | 0.84% | - |
| XYZ | 41.9 | 55.66 | 65.66 | - |
| YUV | 182.97 | 139.86 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 204 | 0.46 | 0 | 0.04 | 0.16 | 174.43 | 0.54 | 0.65 |
| Hex | 74 | D5 | CC | 2E | 0 | 4 | 10 | AE | 36 | 41 |
| Octal | 164 | 325 | 314 | 56 | 0 | 4 | 20 | 256 | 66 | 101 |
| Binary | 1110100 | 11010101 | 11001100 | 101110 | 0 | 100 | 10000 | 10101110 | 110110 | 1000001 |
Color Harmonies of #74D5CC
Complementary color
Monochromatic Colors of #74D5CC
Black with #74D5CC
Text Example
Text Example
White with #74D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D5CC; }
p { color: rgb(116,213,204); }
H1.HeaderClassName
{
color: #74D5CC;
}
.AnyTagClassName
{
color: #74D5CC;
}
</style>
background-color css
<style>
a { background-color: #74D5CC; }
a { background-color: rgb(116,213,204); }
div.DivClassName
{
background-color: #74D5CC;
}
.BgClassName
{
background-color: #74D5CC;
}
</style>
border-color css
<style>
span { border-color: #74D5CC; }
span { border-color: rgb(116,213,204); }
td.TdClassName
{
border-color: #74D5CC;
}
.TagClassName
{
border-color: #74D5CC;
}
</style>