Shades of Downy #67ECC1
Tints of Downy #67ECC1
RGB
CMYK
RGB Variations
Color information
#67ECC1 (or 0x67ECC1) is known color: Downy. HEX triplet: 67, EC and C1. RGB value is (103,236,193). Sum of RGB (Red+Green+Blue) = 103+236+193=532 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.36% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #67ECC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67ECC1 is #98133E. Grayscale: #BFBFBF. Windows color (decimal): -9966399 or 12708967. OLE color: 12708967.
HSL color Cylindrical-coordinate representation of color #67ECC1: hue angle of 160.6º 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 #67ECC1 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 236 | 193 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.07 |
| HSL | 160.6º | 0.78% | 0.66% | - |
| HSV(B) | 160.6º | 0.56% | 0.93% | - |
| XYZ | 45.21 | 66.72 | 60.95 | - |
| YUV | 191.33 | 128.94 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 193 | 0.56 | 0 | 0.18 | 0.07 | 160.6 | 0.78 | 0.66 |
| Hex | 67 | EC | C1 | 38 | 0 | 12 | 7 | A1 | 4E | 42 |
| Octal | 147 | 354 | 301 | 70 | 0 | 22 | 7 | 241 | 116 | 102 |
| Binary | 1100111 | 11101100 | 11000001 | 111000 | 0 | 10010 | 111 | 10100001 | 1001110 | 1000010 |
Color Harmonies of #67ECC1
Complementary color
Monochromatic Colors of #67ECC1
Black with #67ECC1
Text Example
Text Example
White with #67ECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ECC1; }
p { color: rgb(103,236,193); }
H1.HeaderClassName
{
color: #67ECC1;
}
.AnyTagClassName
{
color: #67ECC1;
}
</style>
background-color css
<style>
a { background-color: #67ECC1; }
a { background-color: rgb(103,236,193); }
div.DivClassName
{
background-color: #67ECC1;
}
.BgClassName
{
background-color: #67ECC1;
}
</style>
border-color css
<style>
span { border-color: #67ECC1; }
span { border-color: rgb(103,236,193); }
td.TdClassName
{
border-color: #67ECC1;
}
.TagClassName
{
border-color: #67ECC1;
}
</style>