Shades of Downy #67ECC4
Tints of Downy #67ECC4
RGB
CMYK
RGB Variations
Color information
#67ECC4 (or 0x67ECC4) is known color: Downy. HEX triplet: 67, EC and C4. RGB value is (103,236,196). Sum of RGB (Red+Green+Blue) = 103+236+196=535 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.25% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #67ECC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67ECC4 is #98133B. Grayscale: #BFBFBF. Windows color (decimal): -9966396 or 12905575. OLE color: 12905575.
HSL color Cylindrical-coordinate representation of color #67ECC4: hue angle of 161.95º 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 #67ECC4 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 236 | 196 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.07 |
| HSL | 161.95º | 0.78% | 0.66% | - |
| HSV(B) | 161.95º | 0.56% | 0.93% | - |
| XYZ | 45.55 | 66.86 | 62.73 | - |
| YUV | 191.67 | 130.44 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 196 | 0.56 | 0 | 0.17 | 0.07 | 161.95 | 0.78 | 0.66 |
| Hex | 67 | EC | C4 | 38 | 0 | 11 | 7 | A2 | 4E | 42 |
| Octal | 147 | 354 | 304 | 70 | 0 | 21 | 7 | 242 | 116 | 102 |
| Binary | 1100111 | 11101100 | 11000100 | 111000 | 0 | 10001 | 111 | 10100010 | 1001110 | 1000010 |
Color Harmonies of #67ECC4
Complementary color
Monochromatic Colors of #67ECC4
Black with #67ECC4
Text Example
Text Example
White with #67ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ECC4; }
p { color: rgb(103,236,196); }
H1.HeaderClassName
{
color: #67ECC4;
}
.AnyTagClassName
{
color: #67ECC4;
}
</style>
background-color css
<style>
a { background-color: #67ECC4; }
a { background-color: rgb(103,236,196); }
div.DivClassName
{
background-color: #67ECC4;
}
.BgClassName
{
background-color: #67ECC4;
}
</style>
border-color css
<style>
span { border-color: #67ECC4; }
span { border-color: rgb(103,236,196); }
td.TdClassName
{
border-color: #67ECC4;
}
.TagClassName
{
border-color: #67ECC4;
}
</style>