Shades of Downy #67DBCD
Tints of Downy #67DBCD
RGB
CMYK
RGB Variations
Color information
#67DBCD (or 0x67DBCD) is known color: Downy. HEX triplet: 67, DB and CD. RGB value is (103,219,205). Sum of RGB (Red+Green+Blue) = 103+219+205=527 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.54% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #67DBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DBCD is #982432. Grayscale: #B6B6B6. Windows color (decimal): -9970739 or 13491047. OLE color: 13491047.
HSL color Cylindrical-coordinate representation of color #67DBCD: hue angle of 172.76º 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 #67DBCD is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 219 | 205 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.14 |
| HSL | 172.76º | 0.62% | 0.63% | - |
| HSV(B) | 172.76º | 0.53% | 0.86% | - |
| XYZ | 41.94 | 57.95 | 66.73 | - |
| YUV | 182.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 205 | 0.53 | 0 | 0.06 | 0.14 | 172.76 | 0.62 | 0.63 |
| Hex | 67 | DB | CD | 35 | 0 | 6 | E | AD | 3E | 3F |
| Octal | 147 | 333 | 315 | 65 | 0 | 6 | 16 | 255 | 76 | 77 |
| Binary | 1100111 | 11011011 | 11001101 | 110101 | 0 | 110 | 1110 | 10101101 | 111110 | 111111 |
Color Harmonies of #67DBCD
Complementary color
Monochromatic Colors of #67DBCD
Black with #67DBCD
Text Example
Text Example
White with #67DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DBCD; }
p { color: rgb(103,219,205); }
H1.HeaderClassName
{
color: #67DBCD;
}
.AnyTagClassName
{
color: #67DBCD;
}
</style>
background-color css
<style>
a { background-color: #67DBCD; }
a { background-color: rgb(103,219,205); }
div.DivClassName
{
background-color: #67DBCD;
}
.BgClassName
{
background-color: #67DBCD;
}
</style>
border-color css
<style>
span { border-color: #67DBCD; }
span { border-color: rgb(103,219,205); }
td.TdClassName
{
border-color: #67DBCD;
}
.TagClassName
{
border-color: #67DBCD;
}
</style>