Shades of Downy #67C3C2
Tints of Downy #67C3C2
RGB
CMYK
RGB Variations
Color information
#67C3C2 (or 0x67C3C2) is known color: Downy. HEX triplet: 67, C3 and C2. RGB value is (103,195,194). Sum of RGB (Red+Green+Blue) = 103+195+194=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #67C3C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C3C2 is #983C3D. Grayscale: #A7A7A7. Windows color (decimal): -9976894 or 12764007. OLE color: 12764007.
HSL color Cylindrical-coordinate representation of color #67C3C2: hue angle of 179.35º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67C3C2 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 195 | 194 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.24 |
| HSL | 179.35º | 0.43% | 0.58% | - |
| HSV(B) | 179.35º | 0.47% | 0.76% | - |
| XYZ | 34.85 | 45.81 | 58.04 | - |
| YUV | 167.38 | 143.02 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 195 | 194 | 0.47 | 0 | 0.01 | 0.24 | 179.35 | 0.43 | 0.58 |
| Hex | 67 | C3 | C2 | 2F | 0 | 1 | 18 | B3 | 2B | 3A |
| Octal | 147 | 303 | 302 | 57 | 0 | 1 | 30 | 263 | 53 | 72 |
| Binary | 1100111 | 11000011 | 11000010 | 101111 | 0 | 1 | 11000 | 10110011 | 101011 | 111010 |
Color Harmonies of #67C3C2
Complementary color
Monochromatic Colors of #67C3C2
Black with #67C3C2
Text Example
Text Example
White with #67C3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C3C2; }
p { color: rgb(103,195,194); }
H1.HeaderClassName
{
color: #67C3C2;
}
.AnyTagClassName
{
color: #67C3C2;
}
</style>
background-color css
<style>
a { background-color: #67C3C2; }
a { background-color: rgb(103,195,194); }
div.DivClassName
{
background-color: #67C3C2;
}
.BgClassName
{
background-color: #67C3C2;
}
</style>
border-color css
<style>
span { border-color: #67C3C2; }
span { border-color: rgb(103,195,194); }
td.TdClassName
{
border-color: #67C3C2;
}
.TagClassName
{
border-color: #67C3C2;
}
</style>