Shades of Downy #74DCBC
Tints of Downy #74DCBC
RGB
CMYK
RGB Variations
Color information
#74DCBC (or 0x74DCBC) is known color: Downy. HEX triplet: 74, DC and BC. RGB value is (116,220,188). Sum of RGB (Red+Green+Blue) = 116+220+188=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCBC is #8B2343. Grayscale: #B9B9B9. Windows color (decimal): -9118532 or 12377204. OLE color: 12377204.
HSL color Cylindrical-coordinate representation of color #74DCBC: hue angle of 161.54º 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 #74DCBC is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 188 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.14 |
| HSL | 161.54º | 0.6% | 0.66% | - |
| HSV(B) | 161.54º | 0.47% | 0.86% | - |
| XYZ | 41.87 | 58.53 | 56.67 | - |
| YUV | 185.26 | 129.54 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 188 | 0.47 | 0 | 0.15 | 0.14 | 161.54 | 0.6 | 0.66 |
| Hex | 74 | DC | BC | 2F | 0 | F | E | A2 | 3C | 42 |
| Octal | 164 | 334 | 274 | 57 | 0 | 17 | 16 | 242 | 74 | 102 |
| Binary | 1110100 | 11011100 | 10111100 | 101111 | 0 | 1111 | 1110 | 10100010 | 111100 | 1000010 |
Color Harmonies of #74DCBC
Complementary color
Monochromatic Colors of #74DCBC
Black with #74DCBC
Text Example
Text Example
White with #74DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCBC; }
p { color: rgb(116,220,188); }
H1.HeaderClassName
{
color: #74DCBC;
}
.AnyTagClassName
{
color: #74DCBC;
}
</style>
background-color css
<style>
a { background-color: #74DCBC; }
a { background-color: rgb(116,220,188); }
div.DivClassName
{
background-color: #74DCBC;
}
.BgClassName
{
background-color: #74DCBC;
}
</style>
border-color css
<style>
span { border-color: #74DCBC; }
span { border-color: rgb(116,220,188); }
td.TdClassName
{
border-color: #74DCBC;
}
.TagClassName
{
border-color: #74DCBC;
}
</style>