Shades of Downy #67DAD2
Tints of Downy #67DAD2
RGB
CMYK
RGB Variations
Color information
#67DAD2 (or 0x67DAD2) is known color: Downy. HEX triplet: 67, DA and D2. RGB value is (103,218,210). Sum of RGB (Red+Green+Blue) = 103+218+210=531 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.40% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #67DAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DAD2 is #98252D. Grayscale: #B6B6B6. Windows color (decimal): -9970990 or 13818471. OLE color: 13818471.
HSL color Cylindrical-coordinate representation of color #67DAD2: hue angle of 175.83º 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 #67DAD2 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 218 | 210 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.15 |
| HSL | 175.83º | 0.61% | 0.63% | - |
| HSV(B) | 175.83º | 0.53% | 0.85% | - |
| XYZ | 42.3 | 57.68 | 69.88 | - |
| YUV | 182.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 218 | 210 | 0.53 | 0 | 0.04 | 0.15 | 175.83 | 0.61 | 0.63 |
| Hex | 67 | DA | D2 | 35 | 0 | 4 | F | B0 | 3D | 3F |
| Octal | 147 | 332 | 322 | 65 | 0 | 4 | 17 | 260 | 75 | 77 |
| Binary | 1100111 | 11011010 | 11010010 | 110101 | 0 | 100 | 1111 | 10110000 | 111101 | 111111 |
Color Harmonies of #67DAD2
Complementary color
Monochromatic Colors of #67DAD2
Black with #67DAD2
Text Example
Text Example
White with #67DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DAD2; }
p { color: rgb(103,218,210); }
H1.HeaderClassName
{
color: #67DAD2;
}
.AnyTagClassName
{
color: #67DAD2;
}
</style>
background-color css
<style>
a { background-color: #67DAD2; }
a { background-color: rgb(103,218,210); }
div.DivClassName
{
background-color: #67DAD2;
}
.BgClassName
{
background-color: #67DAD2;
}
</style>
border-color css
<style>
span { border-color: #67DAD2; }
span { border-color: rgb(103,218,210); }
td.TdClassName
{
border-color: #67DAD2;
}
.TagClassName
{
border-color: #67DAD2;
}
</style>