Shades of Downy #67DCC8
Tints of Downy #67DCC8
RGB
CMYK
RGB Variations
Color information
#67DCC8 (or 0x67DCC8) is known color: Downy. HEX triplet: 67, DC and C8. RGB value is (103,220,200). Sum of RGB (Red+Green+Blue) = 103+220+200=523 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.69% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #67DCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DCC8 is #982337. Grayscale: #B6B6B6. Windows color (decimal): -9970488 or 13163623. OLE color: 13163623.
HSL color Cylindrical-coordinate representation of color #67DCC8: hue angle of 169.74º degrees, saturation: 0.63, 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 #67DCC8 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 220 | 200 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.14 |
| HSL | 169.74º | 0.63% | 0.63% | - |
| HSV(B) | 169.74º | 0.53% | 0.86% | - |
| XYZ | 41.61 | 58.24 | 63.69 | - |
| YUV | 182.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 200 | 0.53 | 0 | 0.09 | 0.14 | 169.74 | 0.63 | 0.63 |
| Hex | 67 | DC | C8 | 35 | 0 | 9 | E | AA | 3F | 3F |
| Octal | 147 | 334 | 310 | 65 | 0 | 11 | 16 | 252 | 77 | 77 |
| Binary | 1100111 | 11011100 | 11001000 | 110101 | 0 | 1001 | 1110 | 10101010 | 111111 | 111111 |
Color Harmonies of #67DCC8
Complementary color
Monochromatic Colors of #67DCC8
Black with #67DCC8
Text Example
Text Example
White with #67DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DCC8; }
p { color: rgb(103,220,200); }
H1.HeaderClassName
{
color: #67DCC8;
}
.AnyTagClassName
{
color: #67DCC8;
}
</style>
background-color css
<style>
a { background-color: #67DCC8; }
a { background-color: rgb(103,220,200); }
div.DivClassName
{
background-color: #67DCC8;
}
.BgClassName
{
background-color: #67DCC8;
}
</style>
border-color css
<style>
span { border-color: #67DCC8; }
span { border-color: rgb(103,220,200); }
td.TdClassName
{
border-color: #67DCC8;
}
.TagClassName
{
border-color: #67DCC8;
}
</style>