Shades of Downy #67CEC7
Tints of Downy #67CEC7
RGB
CMYK
RGB Variations
Color information
#67CEC7 (or 0x67CEC7) is known color: Downy. HEX triplet: 67, CE and C7. RGB value is (103,206,199). Sum of RGB (Red+Green+Blue) = 103+206+199=508 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.28% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #67CEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CEC7 is #983138. Grayscale: #AEAEAE. Windows color (decimal): -9974073 or 13094503. OLE color: 13094503.
HSL color Cylindrical-coordinate representation of color #67CEC7: hue angle of 175.92º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CEC7 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 206 | 199 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.19 |
| HSL | 175.92º | 0.51% | 0.61% | - |
| HSV(B) | 175.92º | 0.5% | 0.81% | - |
| XYZ | 37.97 | 51.15 | 61.9 | - |
| YUV | 174.41 | 141.88 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 206 | 199 | 0.50 | 0 | 0.03 | 0.19 | 175.92 | 0.51 | 0.61 |
| Hex | 67 | CE | C7 | 32 | 0 | 3 | 13 | B0 | 33 | 3D |
| Octal | 147 | 316 | 307 | 62 | 0 | 3 | 23 | 260 | 63 | 75 |
| Binary | 1100111 | 11001110 | 11000111 | 110010 | 0 | 11 | 10011 | 10110000 | 110011 | 111101 |
Color Harmonies of #67CEC7
Complementary color
Monochromatic Colors of #67CEC7
Black with #67CEC7
Text Example
Text Example
White with #67CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CEC7; }
p { color: rgb(103,206,199); }
H1.HeaderClassName
{
color: #67CEC7;
}
.AnyTagClassName
{
color: #67CEC7;
}
</style>
background-color css
<style>
a { background-color: #67CEC7; }
a { background-color: rgb(103,206,199); }
div.DivClassName
{
background-color: #67CEC7;
}
.BgClassName
{
background-color: #67CEC7;
}
</style>
border-color css
<style>
span { border-color: #67CEC7; }
span { border-color: rgb(103,206,199); }
td.TdClassName
{
border-color: #67CEC7;
}
.TagClassName
{
border-color: #67CEC7;
}
</style>