Shades of Downy #74D9CB
Tints of Downy #74D9CB
RGB
CMYK
RGB Variations
Color information
#74D9CB (or 0x74D9CB) is known color: Downy. HEX triplet: 74, D9 and CB. RGB value is (116,217,203). Sum of RGB (Red+Green+Blue) = 116+217+203=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #74D9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D9CB is #8B2634. Grayscale: #B9B9B9. Windows color (decimal): -9119285 or 13359476. OLE color: 13359476.
HSL color Cylindrical-coordinate representation of color #74D9CB: hue angle of 171.68º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D9CB is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 217 | 203 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.15 |
| HSL | 171.68º | 0.57% | 0.65% | - |
| HSV(B) | 171.68º | 0.47% | 0.85% | - |
| XYZ | 42.79 | 57.65 | 65.37 | - |
| YUV | 185.21 | 138.04 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 217 | 203 | 0.47 | 0 | 0.06 | 0.15 | 171.68 | 0.57 | 0.65 |
| Hex | 74 | D9 | CB | 2F | 0 | 6 | F | AC | 39 | 41 |
| Octal | 164 | 331 | 313 | 57 | 0 | 6 | 17 | 254 | 71 | 101 |
| Binary | 1110100 | 11011001 | 11001011 | 101111 | 0 | 110 | 1111 | 10101100 | 111001 | 1000001 |
Color Harmonies of #74D9CB
Complementary color
Monochromatic Colors of #74D9CB
Black with #74D9CB
Text Example
Text Example
White with #74D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D9CB; }
p { color: rgb(116,217,203); }
H1.HeaderClassName
{
color: #74D9CB;
}
.AnyTagClassName
{
color: #74D9CB;
}
</style>
background-color css
<style>
a { background-color: #74D9CB; }
a { background-color: rgb(116,217,203); }
div.DivClassName
{
background-color: #74D9CB;
}
.BgClassName
{
background-color: #74D9CB;
}
</style>
border-color css
<style>
span { border-color: #74D9CB; }
span { border-color: rgb(116,217,203); }
td.TdClassName
{
border-color: #74D9CB;
}
.TagClassName
{
border-color: #74D9CB;
}
</style>