Shades of Downy #67EFBA
Tints of Downy #67EFBA
RGB
CMYK
RGB Variations
Color information
#67EFBA (or 0x67EFBA) is known color: Downy. HEX triplet: 67, EF and BA. RGB value is (103,239,186). Sum of RGB (Red+Green+Blue) = 103+239+186=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #67EFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EFBA is #981045. Grayscale: #C0C0C0. Windows color (decimal): -9965638 or 12250983. OLE color: 12250983.
HSL color Cylindrical-coordinate representation of color #67EFBA: hue angle of 156.62º degrees, saturation: 0.81, 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 #67EFBA is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 239 | 186 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.06 |
| HSL | 156.62º | 0.81% | 0.67% | - |
| HSV(B) | 156.62º | 0.57% | 0.94% | - |
| XYZ | 45.32 | 68.16 | 57.22 | - |
| YUV | 192.29 | 124.44 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 239 | 186 | 0.57 | 0 | 0.22 | 0.06 | 156.62 | 0.81 | 0.67 |
| Hex | 67 | EF | BA | 39 | 0 | 16 | 6 | 9D | 51 | 43 |
| Octal | 147 | 357 | 272 | 71 | 0 | 26 | 6 | 235 | 121 | 103 |
| Binary | 1100111 | 11101111 | 10111010 | 111001 | 0 | 10110 | 110 | 10011101 | 1010001 | 1000011 |
Color Harmonies of #67EFBA
Complementary color
Monochromatic Colors of #67EFBA
Black with #67EFBA
Text Example
Text Example
White with #67EFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EFBA; }
p { color: rgb(103,239,186); }
H1.HeaderClassName
{
color: #67EFBA;
}
.AnyTagClassName
{
color: #67EFBA;
}
</style>
background-color css
<style>
a { background-color: #67EFBA; }
a { background-color: rgb(103,239,186); }
div.DivClassName
{
background-color: #67EFBA;
}
.BgClassName
{
background-color: #67EFBA;
}
</style>
border-color css
<style>
span { border-color: #67EFBA; }
span { border-color: rgb(103,239,186); }
td.TdClassName
{
border-color: #67EFBA;
}
.TagClassName
{
border-color: #67EFBA;
}
</style>