Shades of Downy #67EEC4
Tints of Downy #67EEC4
RGB
CMYK
RGB Variations
Color information
#67EEC4 (or 0x67EEC4) is known color: Downy. HEX triplet: 67, EE and C4. RGB value is (103,238,196). Sum of RGB (Red+Green+Blue) = 103+238+196=537 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.18% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #67EEC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EEC4 is #98113B. Grayscale: #C0C0C0. Windows color (decimal): -9965884 or 12906087. OLE color: 12906087.
HSL color Cylindrical-coordinate representation of color #67EEC4: hue angle of 161.33º 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 #67EEC4 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 238 | 196 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.07 |
| HSL | 161.33º | 0.8% | 0.67% | - |
| HSV(B) | 161.33º | 0.57% | 0.93% | - |
| XYZ | 46.13 | 68.02 | 62.92 | - |
| YUV | 192.85 | 129.77 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 238 | 196 | 0.57 | 0 | 0.18 | 0.07 | 161.33 | 0.8 | 0.67 |
| Hex | 67 | EE | C4 | 39 | 0 | 12 | 7 | A1 | 50 | 43 |
| Octal | 147 | 356 | 304 | 71 | 0 | 22 | 7 | 241 | 120 | 103 |
| Binary | 1100111 | 11101110 | 11000100 | 111001 | 0 | 10010 | 111 | 10100001 | 1010000 | 1000011 |
Color Harmonies of #67EEC4
Complementary color
Monochromatic Colors of #67EEC4
Black with #67EEC4
Text Example
Text Example
White with #67EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EEC4; }
p { color: rgb(103,238,196); }
H1.HeaderClassName
{
color: #67EEC4;
}
.AnyTagClassName
{
color: #67EEC4;
}
</style>
background-color css
<style>
a { background-color: #67EEC4; }
a { background-color: rgb(103,238,196); }
div.DivClassName
{
background-color: #67EEC4;
}
.BgClassName
{
background-color: #67EEC4;
}
</style>
border-color css
<style>
span { border-color: #67EEC4; }
span { border-color: rgb(103,238,196); }
td.TdClassName
{
border-color: #67EEC4;
}
.TagClassName
{
border-color: #67EEC4;
}
</style>