Shades of Downy #67CEBF
Tints of Downy #67CEBF
RGB
CMYK
RGB Variations
Color information
#67CEBF (or 0x67CEBF) is known color: Downy. HEX triplet: 67, CE and BF. RGB value is (103,206,191). Sum of RGB (Red+Green+Blue) = 103+206+191=500 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.6% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #67CEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CEBF is #983140. Grayscale: #ADADAD. Windows color (decimal): -9974081 or 12570215. OLE color: 12570215.
HSL color Cylindrical-coordinate representation of color #67CEBF: hue angle of 171.26º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CEBF is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 206 | 191 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.19 |
| HSL | 171.26º | 0.51% | 0.61% | - |
| HSV(B) | 171.26º | 0.5% | 0.81% | - |
| XYZ | 37.07 | 50.79 | 57.14 | - |
| YUV | 173.49 | 137.88 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 206 | 191 | 0.50 | 0 | 0.07 | 0.19 | 171.26 | 0.51 | 0.61 |
| Hex | 67 | CE | BF | 32 | 0 | 7 | 13 | AB | 33 | 3D |
| Octal | 147 | 316 | 277 | 62 | 0 | 7 | 23 | 253 | 63 | 75 |
| Binary | 1100111 | 11001110 | 10111111 | 110010 | 0 | 111 | 10011 | 10101011 | 110011 | 111101 |
Color Harmonies of #67CEBF
Complementary color
Monochromatic Colors of #67CEBF
Black with #67CEBF
Text Example
Text Example
White with #67CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CEBF; }
p { color: rgb(103,206,191); }
H1.HeaderClassName
{
color: #67CEBF;
}
.AnyTagClassName
{
color: #67CEBF;
}
</style>
background-color css
<style>
a { background-color: #67CEBF; }
a { background-color: rgb(103,206,191); }
div.DivClassName
{
background-color: #67CEBF;
}
.BgClassName
{
background-color: #67CEBF;
}
</style>
border-color css
<style>
span { border-color: #67CEBF; }
span { border-color: rgb(103,206,191); }
td.TdClassName
{
border-color: #67CEBF;
}
.TagClassName
{
border-color: #67CEBF;
}
</style>