Shades of Downy #67EAC5
Tints of Downy #67EAC5
RGB
CMYK
RGB Variations
Color information
#67EAC5 (or 0x67EAC5) is known color: Downy. HEX triplet: 67, EA and C5. RGB value is (103,234,197). Sum of RGB (Red+Green+Blue) = 103+234+197=534 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.29% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #67EAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EAC5 is #98153A. Grayscale: #BEBEBE. Windows color (decimal): -9966907 or 12970599. OLE color: 12970599.
HSL color Cylindrical-coordinate representation of color #67EAC5: hue angle of 163.05º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67EAC5 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 234 | 197 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.08 |
| HSL | 163.05º | 0.76% | 0.66% | - |
| HSV(B) | 163.05º | 0.56% | 0.92% | - |
| XYZ | 45.09 | 65.76 | 63.14 | - |
| YUV | 190.61 | 131.6 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 234 | 197 | 0.56 | 0 | 0.16 | 0.08 | 163.05 | 0.76 | 0.66 |
| Hex | 67 | EA | C5 | 38 | 0 | 10 | 8 | A3 | 4C | 42 |
| Octal | 147 | 352 | 305 | 70 | 0 | 20 | 10 | 243 | 114 | 102 |
| Binary | 1100111 | 11101010 | 11000101 | 111000 | 0 | 10000 | 1000 | 10100011 | 1001100 | 1000010 |
Color Harmonies of #67EAC5
Complementary color
Monochromatic Colors of #67EAC5
Black with #67EAC5
Text Example
Text Example
White with #67EAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EAC5; }
p { color: rgb(103,234,197); }
H1.HeaderClassName
{
color: #67EAC5;
}
.AnyTagClassName
{
color: #67EAC5;
}
</style>
background-color css
<style>
a { background-color: #67EAC5; }
a { background-color: rgb(103,234,197); }
div.DivClassName
{
background-color: #67EAC5;
}
.BgClassName
{
background-color: #67EAC5;
}
</style>
border-color css
<style>
span { border-color: #67EAC5; }
span { border-color: rgb(103,234,197); }
td.TdClassName
{
border-color: #67EAC5;
}
.TagClassName
{
border-color: #67EAC5;
}
</style>