Shades of Downy #74DCBF
Tints of Downy #74DCBF
RGB
CMYK
RGB Variations
Color information
#74DCBF (or 0x74DCBF) is known color: Downy. HEX triplet: 74, DC and BF. RGB value is (116,220,191). Sum of RGB (Red+Green+Blue) = 116+220+191=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCBF is #8B2340. Grayscale: #B9B9B9. Windows color (decimal): -9118529 or 12573812. OLE color: 12573812.
HSL color Cylindrical-coordinate representation of color #74DCBF: hue angle of 163.27º 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 #74DCBF is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 191 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.14 |
| HSL | 163.27º | 0.6% | 0.66% | - |
| HSV(B) | 163.27º | 0.47% | 0.86% | - |
| XYZ | 42.2 | 58.66 | 58.39 | - |
| YUV | 185.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 191 | 0.47 | 0 | 0.13 | 0.14 | 163.27 | 0.6 | 0.66 |
| Hex | 74 | DC | BF | 2F | 0 | D | E | A3 | 3C | 42 |
| Octal | 164 | 334 | 277 | 57 | 0 | 15 | 16 | 243 | 74 | 102 |
| Binary | 1110100 | 11011100 | 10111111 | 101111 | 0 | 1101 | 1110 | 10100011 | 111100 | 1000010 |
Color Harmonies of #74DCBF
Complementary color
Monochromatic Colors of #74DCBF
Black with #74DCBF
Text Example
Text Example
White with #74DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCBF; }
p { color: rgb(116,220,191); }
H1.HeaderClassName
{
color: #74DCBF;
}
.AnyTagClassName
{
color: #74DCBF;
}
</style>
background-color css
<style>
a { background-color: #74DCBF; }
a { background-color: rgb(116,220,191); }
div.DivClassName
{
background-color: #74DCBF;
}
.BgClassName
{
background-color: #74DCBF;
}
</style>
border-color css
<style>
span { border-color: #74DCBF; }
span { border-color: rgb(116,220,191); }
td.TdClassName
{
border-color: #74DCBF;
}
.TagClassName
{
border-color: #74DCBF;
}
</style>