Shades of Downy #67E0D1
Tints of Downy #67E0D1
RGB
CMYK
RGB Variations
Color information
#67E0D1 (or 0x67E0D1) is known color: Downy. HEX triplet: 67, E0 and D1. RGB value is (103,224,209). Sum of RGB (Red+Green+Blue) = 103+224+209=536 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.22% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #67E0D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67E0D1 is #981F2E. Grayscale: #BABABA. Windows color (decimal): -9969455 or 13754471. OLE color: 13754471.
HSL color Cylindrical-coordinate representation of color #67E0D1: hue angle of 172.56º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67E0D1 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 224 | 209 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.12 |
| HSL | 172.56º | 0.66% | 0.64% | - |
| HSV(B) | 172.56º | 0.54% | 0.88% | - |
| XYZ | 43.76 | 60.8 | 69.75 | - |
| YUV | 186.11 | 140.91 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 224 | 209 | 0.54 | 0 | 0.07 | 0.12 | 172.56 | 0.66 | 0.64 |
| Hex | 67 | E0 | D1 | 36 | 0 | 7 | C | AD | 42 | 40 |
| Octal | 147 | 340 | 321 | 66 | 0 | 7 | 14 | 255 | 102 | 100 |
| Binary | 1100111 | 11100000 | 11010001 | 110110 | 0 | 111 | 1100 | 10101101 | 1000010 | 1000000 |
Color Harmonies of #67E0D1
Complementary color
Monochromatic Colors of #67E0D1
Black with #67E0D1
Text Example
Text Example
White with #67E0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E0D1; }
p { color: rgb(103,224,209); }
H1.HeaderClassName
{
color: #67E0D1;
}
.AnyTagClassName
{
color: #67E0D1;
}
</style>
background-color css
<style>
a { background-color: #67E0D1; }
a { background-color: rgb(103,224,209); }
div.DivClassName
{
background-color: #67E0D1;
}
.BgClassName
{
background-color: #67E0D1;
}
</style>
border-color css
<style>
span { border-color: #67E0D1; }
span { border-color: rgb(103,224,209); }
td.TdClassName
{
border-color: #67E0D1;
}
.TagClassName
{
border-color: #67E0D1;
}
</style>