Shades of Downy #67D5C8
Tints of Downy #67D5C8
RGB
CMYK
RGB Variations
Color information
#67D5C8 (or 0x67D5C8) is known color: Downy. HEX triplet: 67, D5 and C8. RGB value is (103,213,200). Sum of RGB (Red+Green+Blue) = 103+213+200=516 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.96% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #67D5C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D5C8 is #982A37. Grayscale: #B2B2B2. Windows color (decimal): -9972280 or 13161831. OLE color: 13161831.
HSL color Cylindrical-coordinate representation of color #67D5C8: hue angle of 172.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D5C8 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 213 | 200 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.16 |
| HSL | 172.91º | 0.57% | 0.62% | - |
| HSV(B) | 172.91º | 0.52% | 0.84% | - |
| XYZ | 39.81 | 54.64 | 63.09 | - |
| YUV | 178.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 213 | 200 | 0.52 | 0 | 0.06 | 0.16 | 172.91 | 0.57 | 0.62 |
| Hex | 67 | D5 | C8 | 34 | 0 | 6 | 10 | AD | 39 | 3E |
| Octal | 147 | 325 | 310 | 64 | 0 | 6 | 20 | 255 | 71 | 76 |
| Binary | 1100111 | 11010101 | 11001000 | 110100 | 0 | 110 | 10000 | 10101101 | 111001 | 111110 |
Color Harmonies of #67D5C8
Complementary color
Monochromatic Colors of #67D5C8
Black with #67D5C8
Text Example
Text Example
White with #67D5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D5C8; }
p { color: rgb(103,213,200); }
H1.HeaderClassName
{
color: #67D5C8;
}
.AnyTagClassName
{
color: #67D5C8;
}
</style>
background-color css
<style>
a { background-color: #67D5C8; }
a { background-color: rgb(103,213,200); }
div.DivClassName
{
background-color: #67D5C8;
}
.BgClassName
{
background-color: #67D5C8;
}
</style>
border-color css
<style>
span { border-color: #67D5C8; }
span { border-color: rgb(103,213,200); }
td.TdClassName
{
border-color: #67D5C8;
}
.TagClassName
{
border-color: #67D5C8;
}
</style>