Shades of Downy #67DDB8
Tints of Downy #67DDB8
RGB
CMYK
RGB Variations
Color information
#67DDB8 (or 0x67DDB8) is known color: Downy. HEX triplet: 67, DD and B8. RGB value is (103,221,184). Sum of RGB (Red+Green+Blue) = 103+221+184=508 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.28% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DDB8 is #982247. Grayscale: #B5B5B5. Windows color (decimal): -9970248 or 12115303. OLE color: 12115303.
HSL color Cylindrical-coordinate representation of color #67DDB8: hue angle of 161.19º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DDB8 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 184 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.13 |
| HSL | 161.19º | 0.63% | 0.64% | - |
| HSV(B) | 161.19º | 0.53% | 0.87% | - |
| XYZ | 40.1 | 58.06 | 54.44 | - |
| YUV | 181.5 | 129.41 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 184 | 0.53 | 0 | 0.17 | 0.13 | 161.19 | 0.63 | 0.64 |
| Hex | 67 | DD | B8 | 35 | 0 | 11 | D | A1 | 3F | 40 |
| Octal | 147 | 335 | 270 | 65 | 0 | 21 | 15 | 241 | 77 | 100 |
| Binary | 1100111 | 11011101 | 10111000 | 110101 | 0 | 10001 | 1101 | 10100001 | 111111 | 1000000 |
Color Harmonies of #67DDB8
Complementary color
Monochromatic Colors of #67DDB8
Black with #67DDB8
Text Example
Text Example
White with #67DDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DDB8; }
p { color: rgb(103,221,184); }
H1.HeaderClassName
{
color: #67DDB8;
}
.AnyTagClassName
{
color: #67DDB8;
}
</style>
background-color css
<style>
a { background-color: #67DDB8; }
a { background-color: rgb(103,221,184); }
div.DivClassName
{
background-color: #67DDB8;
}
.BgClassName
{
background-color: #67DDB8;
}
</style>
border-color css
<style>
span { border-color: #67DDB8; }
span { border-color: rgb(103,221,184); }
td.TdClassName
{
border-color: #67DDB8;
}
.TagClassName
{
border-color: #67DDB8;
}
</style>