Shades of Downy #74DCCA
Tints of Downy #74DCCA
RGB
CMYK
RGB Variations
Color information
#74DCCA (or 0x74DCCA) is known color: Downy. HEX triplet: 74, DC and CA. RGB value is (116,220,202). Sum of RGB (Red+Green+Blue) = 116+220+202=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCCA is #8B2335. Grayscale: #BABABA. Windows color (decimal): -9118518 or 13294708. OLE color: 13294708.
HSL color Cylindrical-coordinate representation of color #74DCCA: hue angle of 169.62º 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 #74DCCA is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 202 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.14 |
| HSL | 169.62º | 0.6% | 0.66% | - |
| HSV(B) | 169.62º | 0.47% | 0.86% | - |
| XYZ | 43.46 | 59.16 | 65.01 | - |
| YUV | 186.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 202 | 0.47 | 0 | 0.08 | 0.14 | 169.62 | 0.6 | 0.66 |
| Hex | 74 | DC | CA | 2F | 0 | 8 | E | AA | 3C | 42 |
| Octal | 164 | 334 | 312 | 57 | 0 | 10 | 16 | 252 | 74 | 102 |
| Binary | 1110100 | 11011100 | 11001010 | 101111 | 0 | 1000 | 1110 | 10101010 | 111100 | 1000010 |
Color Harmonies of #74DCCA
Complementary color
Monochromatic Colors of #74DCCA
Black with #74DCCA
Text Example
Text Example
White with #74DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCCA; }
p { color: rgb(116,220,202); }
H1.HeaderClassName
{
color: #74DCCA;
}
.AnyTagClassName
{
color: #74DCCA;
}
</style>
background-color css
<style>
a { background-color: #74DCCA; }
a { background-color: rgb(116,220,202); }
div.DivClassName
{
background-color: #74DCCA;
}
.BgClassName
{
background-color: #74DCCA;
}
</style>
border-color css
<style>
span { border-color: #74DCCA; }
span { border-color: rgb(116,220,202); }
td.TdClassName
{
border-color: #74DCCA;
}
.TagClassName
{
border-color: #74DCCA;
}
</style>