Shades of Downy #74DCCB
Tints of Downy #74DCCB
RGB
CMYK
RGB Variations
Color information
#74DCCB (or 0x74DCCB) is known color: Downy. HEX triplet: 74, DC and CB. RGB value is (116,220,203). Sum of RGB (Red+Green+Blue) = 116+220+203=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCCB is #8B2334. Grayscale: #BABABA. Windows color (decimal): -9118517 or 13360244. OLE color: 13360244.
HSL color Cylindrical-coordinate representation of color #74DCCB: hue angle of 170.19º 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 #74DCCB is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 203 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.14 |
| HSL | 170.19º | 0.6% | 0.66% | - |
| HSV(B) | 170.19º | 0.47% | 0.86% | - |
| XYZ | 43.58 | 59.21 | 65.63 | - |
| YUV | 186.97 | 137.04 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 203 | 0.47 | 0 | 0.08 | 0.14 | 170.19 | 0.6 | 0.66 |
| Hex | 74 | DC | CB | 2F | 0 | 8 | E | AA | 3C | 42 |
| Octal | 164 | 334 | 313 | 57 | 0 | 10 | 16 | 252 | 74 | 102 |
| Binary | 1110100 | 11011100 | 11001011 | 101111 | 0 | 1000 | 1110 | 10101010 | 111100 | 1000010 |
Color Harmonies of #74DCCB
Complementary color
Monochromatic Colors of #74DCCB
Black with #74DCCB
Text Example
Text Example
White with #74DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCCB; }
p { color: rgb(116,220,203); }
H1.HeaderClassName
{
color: #74DCCB;
}
.AnyTagClassName
{
color: #74DCCB;
}
</style>
background-color css
<style>
a { background-color: #74DCCB; }
a { background-color: rgb(116,220,203); }
div.DivClassName
{
background-color: #74DCCB;
}
.BgClassName
{
background-color: #74DCCB;
}
</style>
border-color css
<style>
span { border-color: #74DCCB; }
span { border-color: rgb(116,220,203); }
td.TdClassName
{
border-color: #74DCCB;
}
.TagClassName
{
border-color: #74DCCB;
}
</style>