Shades of Downy #74D2C8
Tints of Downy #74D2C8
RGB
CMYK
RGB Variations
Color information
#74D2C8 (or 0x74D2C8) is known color: Downy. HEX triplet: 74, D2 and C8. RGB value is (116,210,200). Sum of RGB (Red+Green+Blue) = 116+210+200=526 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.05% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #74D2C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D2C8 is #8B2D37. Grayscale: #B4B4B4. Windows color (decimal): -9121080 or 13161076. OLE color: 13161076.
HSL color Cylindrical-coordinate representation of color #74D2C8: hue angle of 173.62º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D2C8 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 210 | 200 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.18 |
| HSL | 173.62º | 0.51% | 0.64% | - |
| HSV(B) | 173.62º | 0.45% | 0.82% | - |
| XYZ | 40.67 | 53.98 | 62.92 | - |
| YUV | 180.75 | 138.86 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 210 | 200 | 0.45 | 0 | 0.05 | 0.18 | 173.62 | 0.51 | 0.64 |
| Hex | 74 | D2 | C8 | 2D | 0 | 5 | 12 | AE | 33 | 40 |
| Octal | 164 | 322 | 310 | 55 | 0 | 5 | 22 | 256 | 63 | 100 |
| Binary | 1110100 | 11010010 | 11001000 | 101101 | 0 | 101 | 10010 | 10101110 | 110011 | 1000000 |
Color Harmonies of #74D2C8
Complementary color
Monochromatic Colors of #74D2C8
Black with #74D2C8
Text Example
Text Example
White with #74D2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D2C8; }
p { color: rgb(116,210,200); }
H1.HeaderClassName
{
color: #74D2C8;
}
.AnyTagClassName
{
color: #74D2C8;
}
</style>
background-color css
<style>
a { background-color: #74D2C8; }
a { background-color: rgb(116,210,200); }
div.DivClassName
{
background-color: #74D2C8;
}
.BgClassName
{
background-color: #74D2C8;
}
</style>
border-color css
<style>
span { border-color: #74D2C8; }
span { border-color: rgb(116,210,200); }
td.TdClassName
{
border-color: #74D2C8;
}
.TagClassName
{
border-color: #74D2C8;
}
</style>