Shades of Downy #67E9CF
Tints of Downy #67E9CF
RGB
CMYK
RGB Variations
Color information
#67E9CF (or 0x67E9CF) is known color: Downy. HEX triplet: 67, E9 and CF. RGB value is (103,233,207). Sum of RGB (Red+Green+Blue) = 103+233+207=543 (71% of max value = 765). Red value is 103 (40.62% from 255 or 18.97% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #67E9CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67E9CF is #981630. Grayscale: #BFBFBF. Windows color (decimal): -9967153 or 13625703. OLE color: 13625703.
HSL color Cylindrical-coordinate representation of color #67E9CF: hue angle of 168º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67E9CF is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 233 | 207 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.09 |
| HSL | 168º | 0.75% | 0.66% | - |
| HSV(B) | 168º | 0.56% | 0.91% | - |
| XYZ | 45.99 | 65.67 | 69.28 | - |
| YUV | 191.17 | 136.93 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 233 | 207 | 0.56 | 0 | 0.11 | 0.09 | 168 | 0.75 | 0.66 |
| Hex | 67 | E9 | CF | 38 | 0 | B | 9 | A8 | 4B | 42 |
| Octal | 147 | 351 | 317 | 70 | 0 | 13 | 11 | 250 | 113 | 102 |
| Binary | 1100111 | 11101001 | 11001111 | 111000 | 0 | 1011 | 1001 | 10101000 | 1001011 | 1000010 |
Color Harmonies of #67E9CF
Complementary color
Monochromatic Colors of #67E9CF
Black with #67E9CF
Text Example
Text Example
White with #67E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E9CF; }
p { color: rgb(103,233,207); }
H1.HeaderClassName
{
color: #67E9CF;
}
.AnyTagClassName
{
color: #67E9CF;
}
</style>
background-color css
<style>
a { background-color: #67E9CF; }
a { background-color: rgb(103,233,207); }
div.DivClassName
{
background-color: #67E9CF;
}
.BgClassName
{
background-color: #67E9CF;
}
</style>
border-color css
<style>
span { border-color: #67E9CF; }
span { border-color: rgb(103,233,207); }
td.TdClassName
{
border-color: #67E9CF;
}
.TagClassName
{
border-color: #67E9CF;
}
</style>