Shades of Downy #74DFCB
Tints of Downy #74DFCB
RGB
CMYK
RGB Variations
Color information
#74DFCB (or 0x74DFCB) is known color: Downy. HEX triplet: 74, DF and CB. RGB value is (116,223,203). Sum of RGB (Red+Green+Blue) = 116+223+203=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DFCB is #8B2034. Grayscale: #BCBCBC. Windows color (decimal): -9117749 or 13361012. OLE color: 13361012.
HSL color Cylindrical-coordinate representation of color #74DFCB: hue angle of 168.79º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DFCB is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 203 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.13 |
| HSL | 168.79º | 0.63% | 0.66% | - |
| HSV(B) | 168.79º | 0.48% | 0.87% | - |
| XYZ | 44.37 | 60.8 | 65.9 | - |
| YUV | 188.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 203 | 0.48 | 0 | 0.09 | 0.13 | 168.79 | 0.63 | 0.66 |
| Hex | 74 | DF | CB | 30 | 0 | 9 | D | A9 | 3F | 42 |
| Octal | 164 | 337 | 313 | 60 | 0 | 11 | 15 | 251 | 77 | 102 |
| Binary | 1110100 | 11011111 | 11001011 | 110000 | 0 | 1001 | 1101 | 10101001 | 111111 | 1000010 |
Color Harmonies of #74DFCB
Complementary color
Monochromatic Colors of #74DFCB
Black with #74DFCB
Text Example
Text Example
White with #74DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFCB; }
p { color: rgb(116,223,203); }
H1.HeaderClassName
{
color: #74DFCB;
}
.AnyTagClassName
{
color: #74DFCB;
}
</style>
background-color css
<style>
a { background-color: #74DFCB; }
a { background-color: rgb(116,223,203); }
div.DivClassName
{
background-color: #74DFCB;
}
.BgClassName
{
background-color: #74DFCB;
}
</style>
border-color css
<style>
span { border-color: #74DFCB; }
span { border-color: rgb(116,223,203); }
td.TdClassName
{
border-color: #74DFCB;
}
.TagClassName
{
border-color: #74DFCB;
}
</style>