Shades of Downy #74D3C3
Tints of Downy #74D3C3
RGB
CMYK
RGB Variations
Color information
#74D3C3 (or 0x74D3C3) is known color: Downy. HEX triplet: 74, D3 and C3. RGB value is (116,211,195). Sum of RGB (Red+Green+Blue) = 116+211+195=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #74D3C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D3C3 is #8B2C3C. Grayscale: #B4B4B4. Windows color (decimal): -9120829 or 12833652. OLE color: 12833652.
HSL color Cylindrical-coordinate representation of color #74D3C3: hue angle of 169.89º 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 #74D3C3 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 211 | 195 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.17 |
| HSL | 169.89º | 0.52% | 0.64% | - |
| HSV(B) | 169.89º | 0.45% | 0.83% | - |
| XYZ | 40.35 | 54.24 | 59.97 | - |
| YUV | 180.77 | 136.03 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 211 | 195 | 0.45 | 0 | 0.08 | 0.17 | 169.89 | 0.52 | 0.64 |
| Hex | 74 | D3 | C3 | 2D | 0 | 8 | 11 | AA | 34 | 40 |
| Octal | 164 | 323 | 303 | 55 | 0 | 10 | 21 | 252 | 64 | 100 |
| Binary | 1110100 | 11010011 | 11000011 | 101101 | 0 | 1000 | 10001 | 10101010 | 110100 | 1000000 |
Color Harmonies of #74D3C3
Complementary color
Monochromatic Colors of #74D3C3
Black with #74D3C3
Text Example
Text Example
White with #74D3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D3C3; }
p { color: rgb(116,211,195); }
H1.HeaderClassName
{
color: #74D3C3;
}
.AnyTagClassName
{
color: #74D3C3;
}
</style>
background-color css
<style>
a { background-color: #74D3C3; }
a { background-color: rgb(116,211,195); }
div.DivClassName
{
background-color: #74D3C3;
}
.BgClassName
{
background-color: #74D3C3;
}
</style>
border-color css
<style>
span { border-color: #74D3C3; }
span { border-color: rgb(116,211,195); }
td.TdClassName
{
border-color: #74D3C3;
}
.TagClassName
{
border-color: #74D3C3;
}
</style>