Shades of Downy #67E8CB
Tints of Downy #67E8CB
RGB
CMYK
RGB Variations
Color information
#67E8CB (or 0x67E8CB) is known color: Downy. HEX triplet: 67, E8 and CB. RGB value is (103,232,203). Sum of RGB (Red+Green+Blue) = 103+232+203=538 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.14% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #67E8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67E8CB is #981734. Grayscale: #BEBEBE. Windows color (decimal): -9967413 or 13363303. OLE color: 13363303.
HSL color Cylindrical-coordinate representation of color #67E8CB: hue angle of 166.51º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67E8CB is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 232 | 203 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.09 |
| HSL | 166.51º | 0.74% | 0.66% | - |
| HSV(B) | 166.51º | 0.56% | 0.91% | - |
| XYZ | 45.23 | 64.91 | 66.64 | - |
| YUV | 190.12 | 135.26 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 232 | 203 | 0.56 | 0 | 0.12 | 0.09 | 166.51 | 0.74 | 0.66 |
| Hex | 67 | E8 | CB | 38 | 0 | C | 9 | A7 | 4A | 42 |
| Octal | 147 | 350 | 313 | 70 | 0 | 14 | 11 | 247 | 112 | 102 |
| Binary | 1100111 | 11101000 | 11001011 | 111000 | 0 | 1100 | 1001 | 10100111 | 1001010 | 1000010 |
Color Harmonies of #67E8CB
Complementary color
Monochromatic Colors of #67E8CB
Black with #67E8CB
Text Example
Text Example
White with #67E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E8CB; }
p { color: rgb(103,232,203); }
H1.HeaderClassName
{
color: #67E8CB;
}
.AnyTagClassName
{
color: #67E8CB;
}
</style>
background-color css
<style>
a { background-color: #67E8CB; }
a { background-color: rgb(103,232,203); }
div.DivClassName
{
background-color: #67E8CB;
}
.BgClassName
{
background-color: #67E8CB;
}
</style>
border-color css
<style>
span { border-color: #67E8CB; }
span { border-color: rgb(103,232,203); }
td.TdClassName
{
border-color: #67E8CB;
}
.TagClassName
{
border-color: #67E8CB;
}
</style>