Shades of Downy #74DFBF
Tints of Downy #74DFBF
RGB
CMYK
RGB Variations
Color information
#74DFBF (or 0x74DFBF) is known color: Downy. HEX triplet: 74, DF and BF. RGB value is (116,223,191). Sum of RGB (Red+Green+Blue) = 116+223+191=530 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.89% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DFBF is #8B2040. Grayscale: #BBBBBB. Windows color (decimal): -9117761 or 12574580. OLE color: 12574580.
HSL color Cylindrical-coordinate representation of color #74DFBF: hue angle of 162.06º 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 #74DFBF is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 191 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.13 |
| HSL | 162.06º | 0.63% | 0.66% | - |
| HSV(B) | 162.06º | 0.48% | 0.87% | - |
| XYZ | 42.99 | 60.25 | 58.65 | - |
| YUV | 187.36 | 130.05 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 191 | 0.48 | 0 | 0.14 | 0.13 | 162.06 | 0.63 | 0.66 |
| Hex | 74 | DF | BF | 30 | 0 | E | D | A2 | 3F | 42 |
| Octal | 164 | 337 | 277 | 60 | 0 | 16 | 15 | 242 | 77 | 102 |
| Binary | 1110100 | 11011111 | 10111111 | 110000 | 0 | 1110 | 1101 | 10100010 | 111111 | 1000010 |
Color Harmonies of #74DFBF
Complementary color
Monochromatic Colors of #74DFBF
Black with #74DFBF
Text Example
Text Example
White with #74DFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFBF; }
p { color: rgb(116,223,191); }
H1.HeaderClassName
{
color: #74DFBF;
}
.AnyTagClassName
{
color: #74DFBF;
}
</style>
background-color css
<style>
a { background-color: #74DFBF; }
a { background-color: rgb(116,223,191); }
div.DivClassName
{
background-color: #74DFBF;
}
.BgClassName
{
background-color: #74DFBF;
}
</style>
border-color css
<style>
span { border-color: #74DFBF; }
span { border-color: rgb(116,223,191); }
td.TdClassName
{
border-color: #74DFBF;
}
.TagClassName
{
border-color: #74DFBF;
}
</style>