Shades of Downy #67DAC1
Tints of Downy #67DAC1
RGB
CMYK
RGB Variations
Color information
#67DAC1 (or 0x67DAC1) is known color: Downy. HEX triplet: 67, DA and C1. RGB value is (103,218,193). Sum of RGB (Red+Green+Blue) = 103+218+193=514 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20.04% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #67DAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DAC1 is #98253E. Grayscale: #B4B4B4. Windows color (decimal): -9971007 or 12704359. OLE color: 12704359.
HSL color Cylindrical-coordinate representation of color #67DAC1: hue angle of 166.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DAC1 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 218 | 193 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.15 |
| HSL | 166.96º | 0.61% | 0.63% | - |
| HSV(B) | 166.96º | 0.53% | 0.85% | - |
| XYZ | 40.29 | 56.88 | 59.31 | - |
| YUV | 180.77 | 134.9 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 218 | 193 | 0.53 | 0 | 0.11 | 0.15 | 166.96 | 0.61 | 0.63 |
| Hex | 67 | DA | C1 | 35 | 0 | B | F | A7 | 3D | 3F |
| Octal | 147 | 332 | 301 | 65 | 0 | 13 | 17 | 247 | 75 | 77 |
| Binary | 1100111 | 11011010 | 11000001 | 110101 | 0 | 1011 | 1111 | 10100111 | 111101 | 111111 |
Color Harmonies of #67DAC1
Complementary color
Monochromatic Colors of #67DAC1
Black with #67DAC1
Text Example
Text Example
White with #67DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DAC1; }
p { color: rgb(103,218,193); }
H1.HeaderClassName
{
color: #67DAC1;
}
.AnyTagClassName
{
color: #67DAC1;
}
</style>
background-color css
<style>
a { background-color: #67DAC1; }
a { background-color: rgb(103,218,193); }
div.DivClassName
{
background-color: #67DAC1;
}
.BgClassName
{
background-color: #67DAC1;
}
</style>
border-color css
<style>
span { border-color: #67DAC1; }
span { border-color: rgb(103,218,193); }
td.TdClassName
{
border-color: #67DAC1;
}
.TagClassName
{
border-color: #67DAC1;
}
</style>