Shades of Downy #67EACF
Tints of Downy #67EACF
RGB
CMYK
RGB Variations
Color information
#67EACF (or 0x67EACF) is known color: Downy. HEX triplet: 67, EA and CF. RGB value is (103,234,207). Sum of RGB (Red+Green+Blue) = 103+234+207=544 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.93% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #67EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EACF is #981530. Grayscale: #BFBFBF. Windows color (decimal): -9966897 or 13625959. OLE color: 13625959.
HSL color Cylindrical-coordinate representation of color #67EACF: hue angle of 167.63º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67EACF is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 234 | 207 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.08 |
| HSL | 167.63º | 0.76% | 0.66% | - |
| HSV(B) | 167.63º | 0.56% | 0.92% | - |
| XYZ | 46.28 | 66.23 | 69.38 | - |
| YUV | 191.75 | 136.6 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 234 | 207 | 0.56 | 0 | 0.12 | 0.08 | 167.63 | 0.76 | 0.66 |
| Hex | 67 | EA | CF | 38 | 0 | C | 8 | A8 | 4C | 42 |
| Octal | 147 | 352 | 317 | 70 | 0 | 14 | 10 | 250 | 114 | 102 |
| Binary | 1100111 | 11101010 | 11001111 | 111000 | 0 | 1100 | 1000 | 10101000 | 1001100 | 1000010 |
Color Harmonies of #67EACF
Complementary color
Monochromatic Colors of #67EACF
Black with #67EACF
Text Example
Text Example
White with #67EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EACF; }
p { color: rgb(103,234,207); }
H1.HeaderClassName
{
color: #67EACF;
}
.AnyTagClassName
{
color: #67EACF;
}
</style>
background-color css
<style>
a { background-color: #67EACF; }
a { background-color: rgb(103,234,207); }
div.DivClassName
{
background-color: #67EACF;
}
.BgClassName
{
background-color: #67EACF;
}
</style>
border-color css
<style>
span { border-color: #67EACF; }
span { border-color: rgb(103,234,207); }
td.TdClassName
{
border-color: #67EACF;
}
.TagClassName
{
border-color: #67EACF;
}
</style>