Shades of Downy #67CFCE
Tints of Downy #67CFCE
RGB
CMYK
RGB Variations
Color information
#67CFCE (or 0x67CFCE) is known color: Downy. HEX triplet: 67, CF and CE. RGB value is (103,207,206). Sum of RGB (Red+Green+Blue) = 103+207+206=516 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.96% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #67CFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CFCE is #983031. Grayscale: #AFAFAF. Windows color (decimal): -9973810 or 13553511. OLE color: 13553511.
HSL color Cylindrical-coordinate representation of color #67CFCE: hue angle of 179.42º degrees, saturation: 0.52, 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 #67CFCE is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 206 | - |
| CMYK | 0.50 | 0 | 0.00 | 0.19 |
| HSL | 179.42º | 0.52% | 0.61% | - |
| HSV(B) | 179.42º | 0.5% | 0.81% | - |
| XYZ | 39.05 | 51.97 | 66.36 | - |
| YUV | 175.79 | 145.04 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 206 | 0.50 | 0 | 0.00 | 0.19 | 179.42 | 0.52 | 0.61 |
| Hex | 67 | CF | CE | 32 | 0 | 0 | 13 | B3 | 34 | 3D |
| Octal | 147 | 317 | 316 | 62 | 0 | 0 | 23 | 263 | 64 | 75 |
| Binary | 1100111 | 11001111 | 11001110 | 110010 | 0 | 0 | 10011 | 10110011 | 110100 | 111101 |
Color Harmonies of #67CFCE
Complementary color
Monochromatic Colors of #67CFCE
Black with #67CFCE
Text Example
Text Example
White with #67CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFCE; }
p { color: rgb(103,207,206); }
H1.HeaderClassName
{
color: #67CFCE;
}
.AnyTagClassName
{
color: #67CFCE;
}
</style>
background-color css
<style>
a { background-color: #67CFCE; }
a { background-color: rgb(103,207,206); }
div.DivClassName
{
background-color: #67CFCE;
}
.BgClassName
{
background-color: #67CFCE;
}
</style>
border-color css
<style>
span { border-color: #67CFCE; }
span { border-color: rgb(103,207,206); }
td.TdClassName
{
border-color: #67CFCE;
}
.TagClassName
{
border-color: #67CFCE;
}
</style>