Shades of Downy #67E3C8
Tints of Downy #67E3C8
RGB
CMYK
RGB Variations
Color information
#67E3C8 (or 0x67E3C8) is known color: Downy. HEX triplet: 67, E3 and C8. RGB value is (103,227,200). Sum of RGB (Red+Green+Blue) = 103+227+200=530 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.43% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #67E3C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67E3C8 is #981C37. Grayscale: #BABABA. Windows color (decimal): -9968696 or 13165415. OLE color: 13165415.
HSL color Cylindrical-coordinate representation of color #67E3C8: hue angle of 166.94º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67E3C8 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 103 | 227 | 200 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.11 |
| HSL | 166.94º | 0.69% | 0.65% | - |
| HSV(B) | 166.94º | 0.55% | 0.89% | - |
| XYZ | 43.49 | 61.99 | 64.32 | - |
| YUV | 186.85 | 135.42 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 227 | 200 | 0.55 | 0 | 0.12 | 0.11 | 166.94 | 0.69 | 0.65 |
| Hex | 67 | E3 | C8 | 37 | 0 | C | B | A7 | 45 | 41 |
| Octal | 147 | 343 | 310 | 67 | 0 | 14 | 13 | 247 | 105 | 101 |
| Binary | 1100111 | 11100011 | 11001000 | 110111 | 0 | 1100 | 1011 | 10100111 | 1000101 | 1000001 |
Color Harmonies of #67E3C8
Complementary color
Monochromatic Colors of #67E3C8
Black with #67E3C8
Text Example
Text Example
White with #67E3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E3C8; }
p { color: rgb(103,227,200); }
H1.HeaderClassName
{
color: #67E3C8;
}
.AnyTagClassName
{
color: #67E3C8;
}
</style>
background-color css
<style>
a { background-color: #67E3C8; }
a { background-color: rgb(103,227,200); }
div.DivClassName
{
background-color: #67E3C8;
}
.BgClassName
{
background-color: #67E3C8;
}
</style>
border-color css
<style>
span { border-color: #67E3C8; }
span { border-color: rgb(103,227,200); }
td.TdClassName
{
border-color: #67E3C8;
}
.TagClassName
{
border-color: #67E3C8;
}
</style>