Shades of Downy #74CCBC
Tints of Downy #74CCBC
RGB
CMYK
RGB Variations
Color information
#74CCBC (or 0x74CCBC) is known color: Downy. HEX triplet: 74, CC and BC. RGB value is (116,204,188). Sum of RGB (Red+Green+Blue) = 116+204+188=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #74CCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CCBC is #8B3343. Grayscale: #AFAFAF. Windows color (decimal): -9122628 or 12373108. OLE color: 12373108.
HSL color Cylindrical-coordinate representation of color #74CCBC: hue angle of 169.09º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CCBC is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 204 | 188 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.2 |
| HSL | 169.09º | 0.46% | 0.63% | - |
| HSV(B) | 169.09º | 0.43% | 0.8% | - |
| XYZ | 37.87 | 50.53 | 55.33 | - |
| YUV | 175.86 | 134.85 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 188 | 0.43 | 0 | 0.08 | 0.2 | 169.09 | 0.46 | 0.63 |
| Hex | 74 | CC | BC | 2B | 0 | 8 | 14 | A9 | 2E | 3F |
| Octal | 164 | 314 | 274 | 53 | 0 | 10 | 24 | 251 | 56 | 77 |
| Binary | 1110100 | 11001100 | 10111100 | 101011 | 0 | 1000 | 10100 | 10101001 | 101110 | 111111 |
Color Harmonies of #74CCBC
Complementary color
Monochromatic Colors of #74CCBC
Black with #74CCBC
Text Example
Text Example
White with #74CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CCBC; }
p { color: rgb(116,204,188); }
H1.HeaderClassName
{
color: #74CCBC;
}
.AnyTagClassName
{
color: #74CCBC;
}
</style>
background-color css
<style>
a { background-color: #74CCBC; }
a { background-color: rgb(116,204,188); }
div.DivClassName
{
background-color: #74CCBC;
}
.BgClassName
{
background-color: #74CCBC;
}
</style>
border-color css
<style>
span { border-color: #74CCBC; }
span { border-color: rgb(116,204,188); }
td.TdClassName
{
border-color: #74CCBC;
}
.TagClassName
{
border-color: #74CCBC;
}
</style>