Shades of Downy #67EEB6
Tints of Downy #67EEB6
RGB
CMYK
RGB Variations
Color information
#67EEB6 (or 0x67EEB6) is known color: Downy. HEX triplet: 67, EE and B6. RGB value is (103,238,182). Sum of RGB (Red+Green+Blue) = 103+238+182=523 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.69% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #67EEB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EEB6 is #981149. Grayscale: #BFBFBF. Windows color (decimal): -9965898 or 11988583. OLE color: 11988583.
HSL color Cylindrical-coordinate representation of color #67EEB6: hue angle of 155.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 #67EEB6 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 238 | 182 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.07 |
| HSL | 155.11º | 0.8% | 0.67% | - |
| HSV(B) | 155.11º | 0.57% | 0.93% | - |
| XYZ | 44.61 | 67.41 | 54.92 | - |
| YUV | 191.25 | 122.77 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 238 | 182 | 0.57 | 0 | 0.24 | 0.07 | 155.11 | 0.8 | 0.67 |
| Hex | 67 | EE | B6 | 39 | 0 | 18 | 7 | 9B | 50 | 43 |
| Octal | 147 | 356 | 266 | 71 | 0 | 30 | 7 | 233 | 120 | 103 |
| Binary | 1100111 | 11101110 | 10110110 | 111001 | 0 | 11000 | 111 | 10011011 | 1010000 | 1000011 |
Color Harmonies of #67EEB6
Complementary color
Monochromatic Colors of #67EEB6
Black with #67EEB6
Text Example
Text Example
White with #67EEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EEB6; }
p { color: rgb(103,238,182); }
H1.HeaderClassName
{
color: #67EEB6;
}
.AnyTagClassName
{
color: #67EEB6;
}
</style>
background-color css
<style>
a { background-color: #67EEB6; }
a { background-color: rgb(103,238,182); }
div.DivClassName
{
background-color: #67EEB6;
}
.BgClassName
{
background-color: #67EEB6;
}
</style>
border-color css
<style>
span { border-color: #67EEB6; }
span { border-color: rgb(103,238,182); }
td.TdClassName
{
border-color: #67EEB6;
}
.TagClassName
{
border-color: #67EEB6;
}
</style>