Shades of Downy #67D4BF
Tints of Downy #67D4BF
RGB
CMYK
RGB Variations
Color information
#67D4BF (or 0x67D4BF) is known color: Downy. HEX triplet: 67, D4 and BF. RGB value is (103,212,191). Sum of RGB (Red+Green+Blue) = 103+212+191=506 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.36% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #67D4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D4BF is #982B40. Grayscale: #B0B0B0. Windows color (decimal): -9972545 or 12571751. OLE color: 12571751.
HSL color Cylindrical-coordinate representation of color #67D4BF: hue angle of 168.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67D4BF is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 103 | 212 | 191 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.17 |
| HSL | 168.44º | 0.56% | 0.62% | - |
| HSV(B) | 168.44º | 0.51% | 0.83% | - |
| XYZ | 38.54 | 53.73 | 57.63 | - |
| YUV | 177.02 | 135.89 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 212 | 191 | 0.51 | 0 | 0.10 | 0.17 | 168.44 | 0.56 | 0.62 |
| Hex | 67 | D4 | BF | 33 | 0 | A | 11 | A8 | 38 | 3E |
| Octal | 147 | 324 | 277 | 63 | 0 | 12 | 21 | 250 | 70 | 76 |
| Binary | 1100111 | 11010100 | 10111111 | 110011 | 0 | 1010 | 10001 | 10101000 | 111000 | 111110 |
Color Harmonies of #67D4BF
Complementary color
Monochromatic Colors of #67D4BF
Black with #67D4BF
Text Example
Text Example
White with #67D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D4BF; }
p { color: rgb(103,212,191); }
H1.HeaderClassName
{
color: #67D4BF;
}
.AnyTagClassName
{
color: #67D4BF;
}
</style>
background-color css
<style>
a { background-color: #67D4BF; }
a { background-color: rgb(103,212,191); }
div.DivClassName
{
background-color: #67D4BF;
}
.BgClassName
{
background-color: #67D4BF;
}
</style>
border-color css
<style>
span { border-color: #67D4BF; }
span { border-color: rgb(103,212,191); }
td.TdClassName
{
border-color: #67D4BF;
}
.TagClassName
{
border-color: #67D4BF;
}
</style>