Shades of Downy #67CDC9
Tints of Downy #67CDC9
RGB
CMYK
RGB Variations
Color information
#67CDC9 (or 0x67CDC9) is known color: Downy. HEX triplet: 67, CD and C9. RGB value is (103,205,201). Sum of RGB (Red+Green+Blue) = 103+205+201=509 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.24% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #67CDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CDC9 is #983236. Grayscale: #ADADAD. Windows color (decimal): -9974327 or 13225319. OLE color: 13225319.
HSL color Cylindrical-coordinate representation of color #67CDC9: hue angle of 177.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CDC9 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 205 | 201 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.20 |
| HSL | 177.65º | 0.5% | 0.6% | - |
| HSV(B) | 177.65º | 0.5% | 0.8% | - |
| XYZ | 37.97 | 50.76 | 63.06 | - |
| YUV | 174.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 205 | 201 | 0.50 | 0 | 0.02 | 0.20 | 177.65 | 0.5 | 0.6 |
| Hex | 67 | CD | C9 | 32 | 0 | 2 | 14 | B2 | 32 | 3C |
| Octal | 147 | 315 | 311 | 62 | 0 | 2 | 24 | 262 | 62 | 74 |
| Binary | 1100111 | 11001101 | 11001001 | 110010 | 0 | 10 | 10100 | 10110010 | 110010 | 111100 |
Color Harmonies of #67CDC9
Complementary color
Monochromatic Colors of #67CDC9
Black with #67CDC9
Text Example
Text Example
White with #67CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CDC9; }
p { color: rgb(103,205,201); }
H1.HeaderClassName
{
color: #67CDC9;
}
.AnyTagClassName
{
color: #67CDC9;
}
</style>
background-color css
<style>
a { background-color: #67CDC9; }
a { background-color: rgb(103,205,201); }
div.DivClassName
{
background-color: #67CDC9;
}
.BgClassName
{
background-color: #67CDC9;
}
</style>
border-color css
<style>
span { border-color: #67CDC9; }
span { border-color: rgb(103,205,201); }
td.TdClassName
{
border-color: #67CDC9;
}
.TagClassName
{
border-color: #67CDC9;
}
</style>