Shades of Downy #67D3CF
Tints of Downy #67D3CF
RGB
CMYK
RGB Variations
Color information
#67D3CF (or 0x67D3CF) is known color: Downy. HEX triplet: 67, D3 and CF. RGB value is (103,211,207). Sum of RGB (Red+Green+Blue) = 103+211+207=521 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.77% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #67D3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D3CF is #982C30. Grayscale: #B2B2B2. Windows color (decimal): -9972785 or 13620071. OLE color: 13620071.
HSL color Cylindrical-coordinate representation of color #67D3CF: hue angle of 177.78º 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 #67D3CF is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 103 | 211 | 207 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.17 |
| HSL | 177.78º | 0.55% | 0.62% | - |
| HSV(B) | 177.78º | 0.51% | 0.83% | - |
| XYZ | 40.15 | 53.98 | 67.33 | - |
| YUV | 178.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 211 | 207 | 0.51 | 0 | 0.02 | 0.17 | 177.78 | 0.55 | 0.62 |
| Hex | 67 | D3 | CF | 33 | 0 | 2 | 11 | B2 | 37 | 3E |
| Octal | 147 | 323 | 317 | 63 | 0 | 2 | 21 | 262 | 67 | 76 |
| Binary | 1100111 | 11010011 | 11001111 | 110011 | 0 | 10 | 10001 | 10110010 | 110111 | 111110 |
Color Harmonies of #67D3CF
Complementary color
Monochromatic Colors of #67D3CF
Black with #67D3CF
Text Example
Text Example
White with #67D3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D3CF; }
p { color: rgb(103,211,207); }
H1.HeaderClassName
{
color: #67D3CF;
}
.AnyTagClassName
{
color: #67D3CF;
}
</style>
background-color css
<style>
a { background-color: #67D3CF; }
a { background-color: rgb(103,211,207); }
div.DivClassName
{
background-color: #67D3CF;
}
.BgClassName
{
background-color: #67D3CF;
}
</style>
border-color css
<style>
span { border-color: #67D3CF; }
span { border-color: rgb(103,211,207); }
td.TdClassName
{
border-color: #67D3CF;
}
.TagClassName
{
border-color: #67D3CF;
}
</style>