Shades of Downy #67CBC5
Tints of Downy #67CBC5
RGB
CMYK
RGB Variations
Color information
#67CBC5 (or 0x67CBC5) is known color: Downy. HEX triplet: 67, CB and C5. RGB value is (103,203,197). Sum of RGB (Red+Green+Blue) = 103+203+197=503 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.48% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #67CBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CBC5 is #98343A. Grayscale: #ACACAC. Windows color (decimal): -9974843 or 12962663. OLE color: 12962663.
HSL color Cylindrical-coordinate representation of color #67CBC5: hue angle of 176.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67CBC5 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 203 | 197 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.20 |
| HSL | 176.4º | 0.49% | 0.6% | - |
| HSV(B) | 176.4º | 0.49% | 0.8% | - |
| XYZ | 37.03 | 49.63 | 60.45 | - |
| YUV | 172.42 | 141.87 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 203 | 197 | 0.49 | 0 | 0.03 | 0.20 | 176.4 | 0.49 | 0.6 |
| Hex | 67 | CB | C5 | 31 | 0 | 3 | 14 | B0 | 31 | 3C |
| Octal | 147 | 313 | 305 | 61 | 0 | 3 | 24 | 260 | 61 | 74 |
| Binary | 1100111 | 11001011 | 11000101 | 110001 | 0 | 11 | 10100 | 10110000 | 110001 | 111100 |
Color Harmonies of #67CBC5
Complementary color
Monochromatic Colors of #67CBC5
Black with #67CBC5
Text Example
Text Example
White with #67CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CBC5; }
p { color: rgb(103,203,197); }
H1.HeaderClassName
{
color: #67CBC5;
}
.AnyTagClassName
{
color: #67CBC5;
}
</style>
background-color css
<style>
a { background-color: #67CBC5; }
a { background-color: rgb(103,203,197); }
div.DivClassName
{
background-color: #67CBC5;
}
.BgClassName
{
background-color: #67CBC5;
}
</style>
border-color css
<style>
span { border-color: #67CBC5; }
span { border-color: rgb(103,203,197); }
td.TdClassName
{
border-color: #67CBC5;
}
.TagClassName
{
border-color: #67CBC5;
}
</style>