Shades of Downy #67DBC2
Tints of Downy #67DBC2
RGB
CMYK
RGB Variations
Color information
#67DBC2 (or 0x67DBC2) is known color: Downy. HEX triplet: 67, DB and C2. RGB value is (103,219,194). Sum of RGB (Red+Green+Blue) = 103+219+194=516 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.96% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #67DBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DBC2 is #98243D. Grayscale: #B5B5B5. Windows color (decimal): -9970750 or 12770151. OLE color: 12770151.
HSL color Cylindrical-coordinate representation of color #67DBC2: hue angle of 167.07º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DBC2 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 219 | 194 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.14 |
| HSL | 167.07º | 0.62% | 0.63% | - |
| HSV(B) | 167.07º | 0.53% | 0.86% | - |
| XYZ | 40.66 | 57.44 | 59.98 | - |
| YUV | 181.47 | 135.07 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 194 | 0.53 | 0 | 0.11 | 0.14 | 167.07 | 0.62 | 0.63 |
| Hex | 67 | DB | C2 | 35 | 0 | B | E | A7 | 3E | 3F |
| Octal | 147 | 333 | 302 | 65 | 0 | 13 | 16 | 247 | 76 | 77 |
| Binary | 1100111 | 11011011 | 11000010 | 110101 | 0 | 1011 | 1110 | 10100111 | 111110 | 111111 |
Color Harmonies of #67DBC2
Complementary color
Monochromatic Colors of #67DBC2
Black with #67DBC2
Text Example
Text Example
White with #67DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DBC2; }
p { color: rgb(103,219,194); }
H1.HeaderClassName
{
color: #67DBC2;
}
.AnyTagClassName
{
color: #67DBC2;
}
</style>
background-color css
<style>
a { background-color: #67DBC2; }
a { background-color: rgb(103,219,194); }
div.DivClassName
{
background-color: #67DBC2;
}
.BgClassName
{
background-color: #67DBC2;
}
</style>
border-color css
<style>
span { border-color: #67DBC2; }
span { border-color: rgb(103,219,194); }
td.TdClassName
{
border-color: #67DBC2;
}
.TagClassName
{
border-color: #67DBC2;
}
</style>