Shades of Downy #67CEC5
Tints of Downy #67CEC5
RGB
CMYK
RGB Variations
Color information
#67CEC5 (or 0x67CEC5) is known color: Downy. HEX triplet: 67, CE and C5. RGB value is (103,206,197). Sum of RGB (Red+Green+Blue) = 103+206+197=506 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.36% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #67CEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CEC5 is #98313A. Grayscale: #AEAEAE. Windows color (decimal): -9974075 or 12963431. OLE color: 12963431.
HSL color Cylindrical-coordinate representation of color #67CEC5: hue angle of 174.76º 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 #67CEC5 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 206 | 197 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.19 |
| HSL | 174.76º | 0.51% | 0.61% | - |
| HSV(B) | 174.76º | 0.5% | 0.81% | - |
| XYZ | 37.74 | 51.06 | 60.69 | - |
| YUV | 174.18 | 140.88 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 206 | 197 | 0.50 | 0 | 0.04 | 0.19 | 174.76 | 0.51 | 0.61 |
| Hex | 67 | CE | C5 | 32 | 0 | 4 | 13 | AF | 33 | 3D |
| Octal | 147 | 316 | 305 | 62 | 0 | 4 | 23 | 257 | 63 | 75 |
| Binary | 1100111 | 11001110 | 11000101 | 110010 | 0 | 100 | 10011 | 10101111 | 110011 | 111101 |
Color Harmonies of #67CEC5
Complementary color
Monochromatic Colors of #67CEC5
Black with #67CEC5
Text Example
Text Example
White with #67CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CEC5; }
p { color: rgb(103,206,197); }
H1.HeaderClassName
{
color: #67CEC5;
}
.AnyTagClassName
{
color: #67CEC5;
}
</style>
background-color css
<style>
a { background-color: #67CEC5; }
a { background-color: rgb(103,206,197); }
div.DivClassName
{
background-color: #67CEC5;
}
.BgClassName
{
background-color: #67CEC5;
}
</style>
border-color css
<style>
span { border-color: #67CEC5; }
span { border-color: rgb(103,206,197); }
td.TdClassName
{
border-color: #67CEC5;
}
.TagClassName
{
border-color: #67CEC5;
}
</style>