Shades of Downy #67F0BC
Tints of Downy #67F0BC
RGB
CMYK
RGB Variations
Color information
#67F0BC (or 0x67F0BC) is known color: Downy. HEX triplet: 67, F0 and BC. RGB value is (103,240,188). Sum of RGB (Red+Green+Blue) = 103+240+188=531 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.40% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #67F0BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F0BC is #980F43. Grayscale: #C1C1C1. Windows color (decimal): -9965380 or 12382311. OLE color: 12382311.
HSL color Cylindrical-coordinate representation of color #67F0BC: hue angle of 157.23º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67F0BC is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 240 | 188 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.06 |
| HSL | 157.23º | 0.82% | 0.67% | - |
| HSV(B) | 157.23º | 0.57% | 0.94% | - |
| XYZ | 45.83 | 68.83 | 58.45 | - |
| YUV | 193.11 | 125.11 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 240 | 188 | 0.57 | 0 | 0.22 | 0.06 | 157.23 | 0.82 | 0.67 |
| Hex | 67 | F0 | BC | 39 | 0 | 16 | 6 | 9D | 52 | 43 |
| Octal | 147 | 360 | 274 | 71 | 0 | 26 | 6 | 235 | 122 | 103 |
| Binary | 1100111 | 11110000 | 10111100 | 111001 | 0 | 10110 | 110 | 10011101 | 1010010 | 1000011 |
Color Harmonies of #67F0BC
Complementary color
Monochromatic Colors of #67F0BC
Black with #67F0BC
Text Example
Text Example
White with #67F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F0BC; }
p { color: rgb(103,240,188); }
H1.HeaderClassName
{
color: #67F0BC;
}
.AnyTagClassName
{
color: #67F0BC;
}
</style>
background-color css
<style>
a { background-color: #67F0BC; }
a { background-color: rgb(103,240,188); }
div.DivClassName
{
background-color: #67F0BC;
}
.BgClassName
{
background-color: #67F0BC;
}
</style>
border-color css
<style>
span { border-color: #67F0BC; }
span { border-color: rgb(103,240,188); }
td.TdClassName
{
border-color: #67F0BC;
}
.TagClassName
{
border-color: #67F0BC;
}
</style>