Shades of Downy #67EFC4
Tints of Downy #67EFC4
RGB
CMYK
RGB Variations
Color information
#67EFC4 (or 0x67EFC4) is known color: Downy. HEX triplet: 67, EF and C4. RGB value is (103,239,196). Sum of RGB (Red+Green+Blue) = 103+239+196=538 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.14% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #67EFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EFC4 is #98103B. Grayscale: #C1C1C1. Windows color (decimal): -9965628 or 12906343. OLE color: 12906343.
HSL color Cylindrical-coordinate representation of color #67EFC4: hue angle of 161.03º 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 #67EFC4 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 239 | 196 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.06 |
| HSL | 161.03º | 0.81% | 0.67% | - |
| HSV(B) | 161.03º | 0.57% | 0.94% | - |
| XYZ | 46.42 | 68.6 | 63.02 | - |
| YUV | 193.43 | 129.44 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 239 | 196 | 0.57 | 0 | 0.18 | 0.06 | 161.03 | 0.81 | 0.67 |
| Hex | 67 | EF | C4 | 39 | 0 | 12 | 6 | A1 | 51 | 43 |
| Octal | 147 | 357 | 304 | 71 | 0 | 22 | 6 | 241 | 121 | 103 |
| Binary | 1100111 | 11101111 | 11000100 | 111001 | 0 | 10010 | 110 | 10100001 | 1010001 | 1000011 |
Color Harmonies of #67EFC4
Complementary color
Monochromatic Colors of #67EFC4
Black with #67EFC4
Text Example
Text Example
White with #67EFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EFC4; }
p { color: rgb(103,239,196); }
H1.HeaderClassName
{
color: #67EFC4;
}
.AnyTagClassName
{
color: #67EFC4;
}
</style>
background-color css
<style>
a { background-color: #67EFC4; }
a { background-color: rgb(103,239,196); }
div.DivClassName
{
background-color: #67EFC4;
}
.BgClassName
{
background-color: #67EFC4;
}
</style>
border-color css
<style>
span { border-color: #67EFC4; }
span { border-color: rgb(103,239,196); }
td.TdClassName
{
border-color: #67EFC4;
}
.TagClassName
{
border-color: #67EFC4;
}
</style>