Shades of Downy #67D3CC
Tints of Downy #67D3CC
RGB
CMYK
RGB Variations
Color information
#67D3CC (or 0x67D3CC) is known color: Downy. HEX triplet: 67, D3 and CC. RGB value is (103,211,204). Sum of RGB (Red+Green+Blue) = 103+211+204=518 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.88% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 211 - color contains mainly: green. Hex color #67D3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D3CC is #982C33. Grayscale: #B1B1B1. Windows color (decimal): -9972788 or 13423463. OLE color: 13423463.
HSL color Cylindrical-coordinate representation of color #67D3CC: hue angle of 176.11º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67D3CC is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 103 | 211 | 204 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.17 |
| HSL | 176.11º | 0.55% | 0.62% | - |
| HSV(B) | 176.11º | 0.51% | 0.83% | - |
| XYZ | 39.79 | 53.83 | 65.42 | - |
| YUV | 177.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 211 | 204 | 0.51 | 0 | 0.03 | 0.17 | 176.11 | 0.55 | 0.62 |
| Hex | 67 | D3 | CC | 33 | 0 | 3 | 11 | B0 | 37 | 3E |
| Octal | 147 | 323 | 314 | 63 | 0 | 3 | 21 | 260 | 67 | 76 |
| Binary | 1100111 | 11010011 | 11001100 | 110011 | 0 | 11 | 10001 | 10110000 | 110111 | 111110 |
Color Harmonies of #67D3CC
Complementary color
Monochromatic Colors of #67D3CC
Black with #67D3CC
Text Example
Text Example
White with #67D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D3CC; }
p { color: rgb(103,211,204); }
H1.HeaderClassName
{
color: #67D3CC;
}
.AnyTagClassName
{
color: #67D3CC;
}
</style>
background-color css
<style>
a { background-color: #67D3CC; }
a { background-color: rgb(103,211,204); }
div.DivClassName
{
background-color: #67D3CC;
}
.BgClassName
{
background-color: #67D3CC;
}
</style>
border-color css
<style>
span { border-color: #67D3CC; }
span { border-color: rgb(103,211,204); }
td.TdClassName
{
border-color: #67D3CC;
}
.TagClassName
{
border-color: #67D3CC;
}
</style>