Shades of Downy #67EEC5
Tints of Downy #67EEC5
RGB
CMYK
RGB Variations
Color information
#67EEC5 (or 0x67EEC5) is known color: Downy. HEX triplet: 67, EE and C5. RGB value is (103,238,197). Sum of RGB (Red+Green+Blue) = 103+238+197=538 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.14% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #67EEC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EEC5 is #98113A. Grayscale: #C0C0C0. Windows color (decimal): -9965883 or 12971623. OLE color: 12971623.
HSL color Cylindrical-coordinate representation of color #67EEC5: hue angle of 161.78º 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 #67EEC5 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 238 | 197 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.07 |
| HSL | 161.78º | 0.8% | 0.67% | - |
| HSV(B) | 161.78º | 0.57% | 0.93% | - |
| XYZ | 46.25 | 68.06 | 63.52 | - |
| YUV | 192.96 | 130.27 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 238 | 197 | 0.57 | 0 | 0.17 | 0.07 | 161.78 | 0.8 | 0.67 |
| Hex | 67 | EE | C5 | 39 | 0 | 11 | 7 | A2 | 50 | 43 |
| Octal | 147 | 356 | 305 | 71 | 0 | 21 | 7 | 242 | 120 | 103 |
| Binary | 1100111 | 11101110 | 11000101 | 111001 | 0 | 10001 | 111 | 10100010 | 1010000 | 1000011 |
Color Harmonies of #67EEC5
Complementary color
Monochromatic Colors of #67EEC5
Black with #67EEC5
Text Example
Text Example
White with #67EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EEC5; }
p { color: rgb(103,238,197); }
H1.HeaderClassName
{
color: #67EEC5;
}
.AnyTagClassName
{
color: #67EEC5;
}
</style>
background-color css
<style>
a { background-color: #67EEC5; }
a { background-color: rgb(103,238,197); }
div.DivClassName
{
background-color: #67EEC5;
}
.BgClassName
{
background-color: #67EEC5;
}
</style>
border-color css
<style>
span { border-color: #67EEC5; }
span { border-color: rgb(103,238,197); }
td.TdClassName
{
border-color: #67EEC5;
}
.TagClassName
{
border-color: #67EEC5;
}
</style>