Shades of Downy #67EFB8
Tints of Downy #67EFB8
RGB
CMYK
RGB Variations
Color information
#67EFB8 (or 0x67EFB8) is known color: Downy. HEX triplet: 67, EF and B8. RGB value is (103,239,184). Sum of RGB (Red+Green+Blue) = 103+239+184=526 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.58% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 239 - color contains mainly: green. Hex color #67EFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EFB8 is #981047. Grayscale: #C0C0C0. Windows color (decimal): -9965640 or 12119911. OLE color: 12119911.
HSL color Cylindrical-coordinate representation of color #67EFB8: hue angle of 155.74º 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 #67EFB8 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 239 | 184 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.06 |
| HSL | 155.74º | 0.81% | 0.67% | - |
| HSV(B) | 155.74º | 0.57% | 0.94% | - |
| XYZ | 45.11 | 68.08 | 56.11 | - |
| YUV | 192.07 | 123.44 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 239 | 184 | 0.57 | 0 | 0.23 | 0.06 | 155.74 | 0.81 | 0.67 |
| Hex | 67 | EF | B8 | 39 | 0 | 17 | 6 | 9C | 51 | 43 |
| Octal | 147 | 357 | 270 | 71 | 0 | 27 | 6 | 234 | 121 | 103 |
| Binary | 1100111 | 11101111 | 10111000 | 111001 | 0 | 10111 | 110 | 10011100 | 1010001 | 1000011 |
Color Harmonies of #67EFB8
Complementary color
Monochromatic Colors of #67EFB8
Black with #67EFB8
Text Example
Text Example
White with #67EFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EFB8; }
p { color: rgb(103,239,184); }
H1.HeaderClassName
{
color: #67EFB8;
}
.AnyTagClassName
{
color: #67EFB8;
}
</style>
background-color css
<style>
a { background-color: #67EFB8; }
a { background-color: rgb(103,239,184); }
div.DivClassName
{
background-color: #67EFB8;
}
.BgClassName
{
background-color: #67EFB8;
}
</style>
border-color css
<style>
span { border-color: #67EFB8; }
span { border-color: rgb(103,239,184); }
td.TdClassName
{
border-color: #67EFB8;
}
.TagClassName
{
border-color: #67EFB8;
}
</style>