Shades of Downy #67DEBE
Tints of Downy #67DEBE
RGB
CMYK
RGB Variations
Color information
#67DEBE (or 0x67DEBE) is known color: Downy. HEX triplet: 67, DE and BE. RGB value is (103,222,190). Sum of RGB (Red+Green+Blue) = 103+222+190=515 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #67DEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DEBE is #982141. Grayscale: #B6B6B6. Windows color (decimal): -9969986 or 12508775. OLE color: 12508775.
HSL color Cylindrical-coordinate representation of color #67DEBE: hue angle of 163.87º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67DEBE is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 222 | 190 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.13 |
| HSL | 163.87º | 0.64% | 0.64% | - |
| HSV(B) | 163.87º | 0.54% | 0.87% | - |
| XYZ | 41.01 | 58.84 | 57.91 | - |
| YUV | 182.77 | 132.08 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 222 | 190 | 0.54 | 0 | 0.14 | 0.13 | 163.87 | 0.64 | 0.64 |
| Hex | 67 | DE | BE | 36 | 0 | E | D | A4 | 40 | 40 |
| Octal | 147 | 336 | 276 | 66 | 0 | 16 | 15 | 244 | 100 | 100 |
| Binary | 1100111 | 11011110 | 10111110 | 110110 | 0 | 1110 | 1101 | 10100100 | 1000000 | 1000000 |
Color Harmonies of #67DEBE
Complementary color
Monochromatic Colors of #67DEBE
Black with #67DEBE
Text Example
Text Example
White with #67DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DEBE; }
p { color: rgb(103,222,190); }
H1.HeaderClassName
{
color: #67DEBE;
}
.AnyTagClassName
{
color: #67DEBE;
}
</style>
background-color css
<style>
a { background-color: #67DEBE; }
a { background-color: rgb(103,222,190); }
div.DivClassName
{
background-color: #67DEBE;
}
.BgClassName
{
background-color: #67DEBE;
}
</style>
border-color css
<style>
span { border-color: #67DEBE; }
span { border-color: rgb(103,222,190); }
td.TdClassName
{
border-color: #67DEBE;
}
.TagClassName
{
border-color: #67DEBE;
}
</style>