Shades of Downy #67D6BD
Tints of Downy #67D6BD
RGB
CMYK
RGB Variations
Color information
#67D6BD (or 0x67D6BD) is known color: Downy. HEX triplet: 67, D6 and BD. RGB value is (103,214,189). Sum of RGB (Red+Green+Blue) = 103+214+189=506 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.36% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #67D6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D6BD is #982942. Grayscale: #B1B1B1. Windows color (decimal): -9972035 or 12441191. OLE color: 12441191.
HSL color Cylindrical-coordinate representation of color #67D6BD: hue angle of 166.49º degrees, saturation: 0.58, 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 #67D6BD is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 214 | 189 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.16 |
| HSL | 166.49º | 0.58% | 0.62% | - |
| HSV(B) | 166.49º | 0.52% | 0.84% | - |
| XYZ | 38.83 | 54.65 | 56.65 | - |
| YUV | 177.96 | 134.23 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 189 | 0.52 | 0 | 0.12 | 0.16 | 166.49 | 0.58 | 0.62 |
| Hex | 67 | D6 | BD | 34 | 0 | C | 10 | A6 | 3A | 3E |
| Octal | 147 | 326 | 275 | 64 | 0 | 14 | 20 | 246 | 72 | 76 |
| Binary | 1100111 | 11010110 | 10111101 | 110100 | 0 | 1100 | 10000 | 10100110 | 111010 | 111110 |
Color Harmonies of #67D6BD
Complementary color
Monochromatic Colors of #67D6BD
Black with #67D6BD
Text Example
Text Example
White with #67D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D6BD; }
p { color: rgb(103,214,189); }
H1.HeaderClassName
{
color: #67D6BD;
}
.AnyTagClassName
{
color: #67D6BD;
}
</style>
background-color css
<style>
a { background-color: #67D6BD; }
a { background-color: rgb(103,214,189); }
div.DivClassName
{
background-color: #67D6BD;
}
.BgClassName
{
background-color: #67D6BD;
}
</style>
border-color css
<style>
span { border-color: #67D6BD; }
span { border-color: rgb(103,214,189); }
td.TdClassName
{
border-color: #67D6BD;
}
.TagClassName
{
border-color: #67D6BD;
}
</style>