Shades of Downy #67D5C1
Tints of Downy #67D5C1
RGB
CMYK
RGB Variations
Color information
#67D5C1 (or 0x67D5C1) is known color: Downy. HEX triplet: 67, D5 and C1. RGB value is (103,213,193). Sum of RGB (Red+Green+Blue) = 103+213+193=509 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.24% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #67D5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D5C1 is #982A3E. Grayscale: #B1B1B1. Windows color (decimal): -9972287 or 12703079. OLE color: 12703079.
HSL color Cylindrical-coordinate representation of color #67D5C1: hue angle of 169.09º 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 #67D5C1 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 213 | 193 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.16 |
| HSL | 169.09º | 0.57% | 0.62% | - |
| HSV(B) | 169.09º | 0.52% | 0.84% | - |
| XYZ | 39.01 | 54.32 | 58.88 | - |
| YUV | 177.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 213 | 193 | 0.52 | 0 | 0.09 | 0.16 | 169.09 | 0.57 | 0.62 |
| Hex | 67 | D5 | C1 | 34 | 0 | 9 | 10 | A9 | 39 | 3E |
| Octal | 147 | 325 | 301 | 64 | 0 | 11 | 20 | 251 | 71 | 76 |
| Binary | 1100111 | 11010101 | 11000001 | 110100 | 0 | 1001 | 10000 | 10101001 | 111001 | 111110 |
Color Harmonies of #67D5C1
Complementary color
Monochromatic Colors of #67D5C1
Black with #67D5C1
Text Example
Text Example
White with #67D5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D5C1; }
p { color: rgb(103,213,193); }
H1.HeaderClassName
{
color: #67D5C1;
}
.AnyTagClassName
{
color: #67D5C1;
}
</style>
background-color css
<style>
a { background-color: #67D5C1; }
a { background-color: rgb(103,213,193); }
div.DivClassName
{
background-color: #67D5C1;
}
.BgClassName
{
background-color: #67D5C1;
}
</style>
border-color css
<style>
span { border-color: #67D5C1; }
span { border-color: rgb(103,213,193); }
td.TdClassName
{
border-color: #67D5C1;
}
.TagClassName
{
border-color: #67D5C1;
}
</style>