Shades of Downy #67CFCC
Tints of Downy #67CFCC
RGB
CMYK
RGB Variations
Color information
#67CFCC (or 0x67CFCC) is known color: Downy. HEX triplet: 67, CF and CC. RGB value is (103,207,204). Sum of RGB (Red+Green+Blue) = 103+207+204=514 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20.04% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #67CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CFCC is #983033. Grayscale: #AFAFAF. Windows color (decimal): -9973812 or 13422439. OLE color: 13422439.
HSL color Cylindrical-coordinate representation of color #67CFCC: hue angle of 178.27º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CFCC is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 204 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.19 |
| HSL | 178.27º | 0.52% | 0.61% | - |
| HSV(B) | 178.27º | 0.5% | 0.81% | - |
| XYZ | 38.81 | 51.87 | 65.09 | - |
| YUV | 175.56 | 144.04 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 204 | 0.50 | 0 | 0.01 | 0.19 | 178.27 | 0.52 | 0.61 |
| Hex | 67 | CF | CC | 32 | 0 | 1 | 13 | B2 | 34 | 3D |
| Octal | 147 | 317 | 314 | 62 | 0 | 1 | 23 | 262 | 64 | 75 |
| Binary | 1100111 | 11001111 | 11001100 | 110010 | 0 | 1 | 10011 | 10110010 | 110100 | 111101 |
Color Harmonies of #67CFCC
Complementary color
Monochromatic Colors of #67CFCC
Black with #67CFCC
Text Example
Text Example
White with #67CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFCC; }
p { color: rgb(103,207,204); }
H1.HeaderClassName
{
color: #67CFCC;
}
.AnyTagClassName
{
color: #67CFCC;
}
</style>
background-color css
<style>
a { background-color: #67CFCC; }
a { background-color: rgb(103,207,204); }
div.DivClassName
{
background-color: #67CFCC;
}
.BgClassName
{
background-color: #67CFCC;
}
</style>
border-color css
<style>
span { border-color: #67CFCC; }
span { border-color: rgb(103,207,204); }
td.TdClassName
{
border-color: #67CFCC;
}
.TagClassName
{
border-color: #67CFCC;
}
</style>