Shades of Downy #67F0C1
Tints of Downy #67F0C1
RGB
CMYK
RGB Variations
Color information
#67F0C1 (or 0x67F0C1) is known color: Downy. HEX triplet: 67, F0 and C1. RGB value is (103,240,193). Sum of RGB (Red+Green+Blue) = 103+240+193=536 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.22% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #67F0C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F0C1 is #980F3E. Grayscale: #C1C1C1. Windows color (decimal): -9965375 or 12709991. OLE color: 12709991.
HSL color Cylindrical-coordinate representation of color #67F0C1: hue angle of 159.42º 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 #67F0C1 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 240 | 193 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.06 |
| HSL | 159.42º | 0.82% | 0.67% | - |
| HSV(B) | 159.42º | 0.57% | 0.94% | - |
| XYZ | 46.38 | 69.05 | 61.34 | - |
| YUV | 193.68 | 127.61 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 240 | 193 | 0.57 | 0 | 0.20 | 0.06 | 159.42 | 0.82 | 0.67 |
| Hex | 67 | F0 | C1 | 39 | 0 | 14 | 6 | 9F | 52 | 43 |
| Octal | 147 | 360 | 301 | 71 | 0 | 24 | 6 | 237 | 122 | 103 |
| Binary | 1100111 | 11110000 | 11000001 | 111001 | 0 | 10100 | 110 | 10011111 | 1010010 | 1000011 |
Color Harmonies of #67F0C1
Complementary color
Monochromatic Colors of #67F0C1
Black with #67F0C1
Text Example
Text Example
White with #67F0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F0C1; }
p { color: rgb(103,240,193); }
H1.HeaderClassName
{
color: #67F0C1;
}
.AnyTagClassName
{
color: #67F0C1;
}
</style>
background-color css
<style>
a { background-color: #67F0C1; }
a { background-color: rgb(103,240,193); }
div.DivClassName
{
background-color: #67F0C1;
}
.BgClassName
{
background-color: #67F0C1;
}
</style>
border-color css
<style>
span { border-color: #67F0C1; }
span { border-color: rgb(103,240,193); }
td.TdClassName
{
border-color: #67F0C1;
}
.TagClassName
{
border-color: #67F0C1;
}
</style>