Shades of Downy #67E0D2
Tints of Downy #67E0D2
RGB
CMYK
RGB Variations
Color information
#67E0D2 (or 0x67E0D2) is known color: Downy. HEX triplet: 67, E0 and D2. RGB value is (103,224,210). Sum of RGB (Red+Green+Blue) = 103+224+210=537 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.18% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #67E0D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67E0D2 is #981F2D. Grayscale: #BABABA. Windows color (decimal): -9969454 or 13820007. OLE color: 13820007.
HSL color Cylindrical-coordinate representation of color #67E0D2: hue angle of 173.06º 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 #67E0D2 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 224 | 210 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.12 |
| HSL | 173.06º | 0.66% | 0.64% | - |
| HSV(B) | 173.06º | 0.54% | 0.88% | - |
| XYZ | 43.88 | 60.85 | 70.4 | - |
| YUV | 186.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 224 | 210 | 0.54 | 0 | 0.06 | 0.12 | 173.06 | 0.66 | 0.64 |
| Hex | 67 | E0 | D2 | 36 | 0 | 6 | C | AD | 42 | 40 |
| Octal | 147 | 340 | 322 | 66 | 0 | 6 | 14 | 255 | 102 | 100 |
| Binary | 1100111 | 11100000 | 11010010 | 110110 | 0 | 110 | 1100 | 10101101 | 1000010 | 1000000 |
Color Harmonies of #67E0D2
Complementary color
Monochromatic Colors of #67E0D2
Black with #67E0D2
Text Example
Text Example
White with #67E0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E0D2; }
p { color: rgb(103,224,210); }
H1.HeaderClassName
{
color: #67E0D2;
}
.AnyTagClassName
{
color: #67E0D2;
}
</style>
background-color css
<style>
a { background-color: #67E0D2; }
a { background-color: rgb(103,224,210); }
div.DivClassName
{
background-color: #67E0D2;
}
.BgClassName
{
background-color: #67E0D2;
}
</style>
border-color css
<style>
span { border-color: #67E0D2; }
span { border-color: rgb(103,224,210); }
td.TdClassName
{
border-color: #67E0D2;
}
.TagClassName
{
border-color: #67E0D2;
}
</style>