Shades of Downy #67C7B8
Tints of Downy #67C7B8
RGB
CMYK
RGB Variations
Color information
#67C7B8 (or 0x67C7B8) is known color: Downy. HEX triplet: 67, C7 and B8. RGB value is (103,199,184). Sum of RGB (Red+Green+Blue) = 103+199+184=486 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.19% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 199 - color contains mainly: green. Hex color #67C7B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C7B8 is #983847. Grayscale: #A8A8A8. Windows color (decimal): -9975880 or 12109671. OLE color: 12109671.
HSL color Cylindrical-coordinate representation of color #67C7B8: hue angle of 170.62º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67C7B8 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 199 | 184 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.22 |
| HSL | 170.63º | 0.46% | 0.59% | - |
| HSV(B) | 170.63º | 0.48% | 0.78% | - |
| XYZ | 34.67 | 47.19 | 52.63 | - |
| YUV | 168.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 199 | 184 | 0.48 | 0 | 0.08 | 0.22 | 170.63 | 0.46 | 0.59 |
| Hex | 67 | C7 | B8 | 30 | 0 | 8 | 16 | AB | 2E | 3B |
| Octal | 147 | 307 | 270 | 60 | 0 | 10 | 26 | 253 | 56 | 73 |
| Binary | 1100111 | 11000111 | 10111000 | 110000 | 0 | 1000 | 10110 | 10101011 | 101110 | 111011 |
Color Harmonies of #67C7B8
Complementary color
Monochromatic Colors of #67C7B8
Black with #67C7B8
Text Example
Text Example
White with #67C7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C7B8; }
p { color: rgb(103,199,184); }
H1.HeaderClassName
{
color: #67C7B8;
}
.AnyTagClassName
{
color: #67C7B8;
}
</style>
background-color css
<style>
a { background-color: #67C7B8; }
a { background-color: rgb(103,199,184); }
div.DivClassName
{
background-color: #67C7B8;
}
.BgClassName
{
background-color: #67C7B8;
}
</style>
border-color css
<style>
span { border-color: #67C7B8; }
span { border-color: rgb(103,199,184); }
td.TdClassName
{
border-color: #67C7B8;
}
.TagClassName
{
border-color: #67C7B8;
}
</style>