Shades of Downy #67EEBF
Tints of Downy #67EEBF
RGB
CMYK
RGB Variations
Color information
#67EEBF (or 0x67EEBF) is known color: Downy. HEX triplet: 67, EE and BF. RGB value is (103,238,191). Sum of RGB (Red+Green+Blue) = 103+238+191=532 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.36% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #67EEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EEBF is #981140. Grayscale: #C0C0C0. Windows color (decimal): -9965889 or 12578407. OLE color: 12578407.
HSL color Cylindrical-coordinate representation of color #67EEBF: hue angle of 159.11º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67EEBF is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 238 | 191 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.07 |
| HSL | 159.11º | 0.8% | 0.67% | - |
| HSV(B) | 159.11º | 0.57% | 0.93% | - |
| XYZ | 45.57 | 67.79 | 59.97 | - |
| YUV | 192.28 | 127.27 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 238 | 191 | 0.57 | 0 | 0.20 | 0.07 | 159.11 | 0.8 | 0.67 |
| Hex | 67 | EE | BF | 39 | 0 | 14 | 7 | 9F | 50 | 43 |
| Octal | 147 | 356 | 277 | 71 | 0 | 24 | 7 | 237 | 120 | 103 |
| Binary | 1100111 | 11101110 | 10111111 | 111001 | 0 | 10100 | 111 | 10011111 | 1010000 | 1000011 |
Color Harmonies of #67EEBF
Complementary color
Monochromatic Colors of #67EEBF
Black with #67EEBF
Text Example
Text Example
White with #67EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EEBF; }
p { color: rgb(103,238,191); }
H1.HeaderClassName
{
color: #67EEBF;
}
.AnyTagClassName
{
color: #67EEBF;
}
</style>
background-color css
<style>
a { background-color: #67EEBF; }
a { background-color: rgb(103,238,191); }
div.DivClassName
{
background-color: #67EEBF;
}
.BgClassName
{
background-color: #67EEBF;
}
</style>
border-color css
<style>
span { border-color: #67EEBF; }
span { border-color: rgb(103,238,191); }
td.TdClassName
{
border-color: #67EEBF;
}
.TagClassName
{
border-color: #67EEBF;
}
</style>