Shades of Downy #67DECC
Tints of Downy #67DECC
RGB
CMYK
RGB Variations
Color information
#67DECC (or 0x67DECC) is known color: Downy. HEX triplet: 67, DE and CC. RGB value is (103,222,204). Sum of RGB (Red+Green+Blue) = 103+222+204=529 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.47% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #67DECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DECC is #982133. Grayscale: #B8B8B8. Windows color (decimal): -9969972 or 13426279. OLE color: 13426279.
HSL color Cylindrical-coordinate representation of color #67DECC: hue angle of 170.92º 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 #67DECC is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 222 | 204 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.13 |
| HSL | 170.92º | 0.64% | 0.64% | - |
| HSV(B) | 170.92º | 0.54% | 0.87% | - |
| XYZ | 42.61 | 59.49 | 66.36 | - |
| YUV | 184.37 | 139.08 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 222 | 204 | 0.54 | 0 | 0.08 | 0.13 | 170.92 | 0.64 | 0.64 |
| Hex | 67 | DE | CC | 36 | 0 | 8 | D | AB | 40 | 40 |
| Octal | 147 | 336 | 314 | 66 | 0 | 10 | 15 | 253 | 100 | 100 |
| Binary | 1100111 | 11011110 | 11001100 | 110110 | 0 | 1000 | 1101 | 10101011 | 1000000 | 1000000 |
Color Harmonies of #67DECC
Complementary color
Monochromatic Colors of #67DECC
Black with #67DECC
Text Example
Text Example
White with #67DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DECC; }
p { color: rgb(103,222,204); }
H1.HeaderClassName
{
color: #67DECC;
}
.AnyTagClassName
{
color: #67DECC;
}
</style>
background-color css
<style>
a { background-color: #67DECC; }
a { background-color: rgb(103,222,204); }
div.DivClassName
{
background-color: #67DECC;
}
.BgClassName
{
background-color: #67DECC;
}
</style>
border-color css
<style>
span { border-color: #67DECC; }
span { border-color: rgb(103,222,204); }
td.TdClassName
{
border-color: #67DECC;
}
.TagClassName
{
border-color: #67DECC;
}
</style>