Shades of Downy #67DEC9
Tints of Downy #67DEC9
RGB
CMYK
RGB Variations
Color information
#67DEC9 (or 0x67DEC9) is known color: Downy. HEX triplet: 67, DE and C9. RGB value is (103,222,201). Sum of RGB (Red+Green+Blue) = 103+222+201=526 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.58% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #67DEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DEC9 is #982136. Grayscale: #B7B7B7. Windows color (decimal): -9969975 or 13229671. OLE color: 13229671.
HSL color Cylindrical-coordinate representation of color #67DEC9: hue angle of 169.41º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67DEC9 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 222 | 201 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.13 |
| HSL | 169.41º | 0.64% | 0.64% | - |
| HSV(B) | 169.41º | 0.54% | 0.87% | - |
| XYZ | 42.26 | 59.34 | 64.49 | - |
| YUV | 184.03 | 137.58 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 222 | 201 | 0.54 | 0 | 0.09 | 0.13 | 169.41 | 0.64 | 0.64 |
| Hex | 67 | DE | C9 | 36 | 0 | 9 | D | A9 | 40 | 40 |
| Octal | 147 | 336 | 311 | 66 | 0 | 11 | 15 | 251 | 100 | 100 |
| Binary | 1100111 | 11011110 | 11001001 | 110110 | 0 | 1001 | 1101 | 10101001 | 1000000 | 1000000 |
Color Harmonies of #67DEC9
Complementary color
Monochromatic Colors of #67DEC9
Black with #67DEC9
Text Example
Text Example
White with #67DEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DEC9; }
p { color: rgb(103,222,201); }
H1.HeaderClassName
{
color: #67DEC9;
}
.AnyTagClassName
{
color: #67DEC9;
}
</style>
background-color css
<style>
a { background-color: #67DEC9; }
a { background-color: rgb(103,222,201); }
div.DivClassName
{
background-color: #67DEC9;
}
.BgClassName
{
background-color: #67DEC9;
}
</style>
border-color css
<style>
span { border-color: #67DEC9; }
span { border-color: rgb(103,222,201); }
td.TdClassName
{
border-color: #67DEC9;
}
.TagClassName
{
border-color: #67DEC9;
}
</style>