Shades of Downy #67ECC5
Tints of Downy #67ECC5
RGB
CMYK
RGB Variations
Color information
#67ECC5 (or 0x67ECC5) is known color: Downy. HEX triplet: 67, EC and C5. RGB value is (103,236,197). Sum of RGB (Red+Green+Blue) = 103+236+197=536 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.22% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #67ECC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67ECC5 is #98133A. Grayscale: #BFBFBF. Windows color (decimal): -9966395 or 12971111. OLE color: 12971111.
HSL color Cylindrical-coordinate representation of color #67ECC5: hue angle of 162.41º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67ECC5 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 236 | 197 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.07 |
| HSL | 162.41º | 0.78% | 0.66% | - |
| HSV(B) | 162.41º | 0.56% | 0.93% | - |
| XYZ | 45.67 | 66.91 | 63.33 | - |
| YUV | 191.79 | 130.94 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 197 | 0.56 | 0 | 0.17 | 0.07 | 162.41 | 0.78 | 0.66 |
| Hex | 67 | EC | C5 | 38 | 0 | 11 | 7 | A2 | 4E | 42 |
| Octal | 147 | 354 | 305 | 70 | 0 | 21 | 7 | 242 | 116 | 102 |
| Binary | 1100111 | 11101100 | 11000101 | 111000 | 0 | 10001 | 111 | 10100010 | 1001110 | 1000010 |
Color Harmonies of #67ECC5
Complementary color
Monochromatic Colors of #67ECC5
Black with #67ECC5
Text Example
Text Example
White with #67ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ECC5; }
p { color: rgb(103,236,197); }
H1.HeaderClassName
{
color: #67ECC5;
}
.AnyTagClassName
{
color: #67ECC5;
}
</style>
background-color css
<style>
a { background-color: #67ECC5; }
a { background-color: rgb(103,236,197); }
div.DivClassName
{
background-color: #67ECC5;
}
.BgClassName
{
background-color: #67ECC5;
}
</style>
border-color css
<style>
span { border-color: #67ECC5; }
span { border-color: rgb(103,236,197); }
td.TdClassName
{
border-color: #67ECC5;
}
.TagClassName
{
border-color: #67ECC5;
}
</style>