Shades of Downy #68D3CF
Tints of Downy #68D3CF
RGB
CMYK
RGB Variations
Color information
#68D3CF (or 0x68D3CF) is known color: Downy. HEX triplet: 68, D3 and CF. RGB value is (104,211,207). Sum of RGB (Red+Green+Blue) = 104+211+207=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #68D3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D3CF is #972C30. Grayscale: #B2B2B2. Windows color (decimal): -9907249 or 13620072. OLE color: 13620072.
HSL color Cylindrical-coordinate representation of color #68D3CF: hue angle of 177.76º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D3CF is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 207 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.17 |
| HSL | 177.76º | 0.55% | 0.62% | - |
| HSV(B) | 177.76º | 0.51% | 0.83% | - |
| XYZ | 40.27 | 54.04 | 67.34 | - |
| YUV | 178.55 | 144.05 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 207 | 0.51 | 0 | 0.02 | 0.17 | 177.76 | 0.55 | 0.62 |
| Hex | 68 | D3 | CF | 33 | 0 | 2 | 11 | B2 | 37 | 3E |
| Octal | 150 | 323 | 317 | 63 | 0 | 2 | 21 | 262 | 67 | 76 |
| Binary | 1101000 | 11010011 | 11001111 | 110011 | 0 | 10 | 10001 | 10110010 | 110111 | 111110 |
Color Harmonies of #68D3CF
Complementary color
Monochromatic Colors of #68D3CF
Black with #68D3CF
Text Example
Text Example
White with #68D3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D3CF; }
p { color: rgb(104,211,207); }
H1.HeaderClassName
{
color: #68D3CF;
}
.AnyTagClassName
{
color: #68D3CF;
}
</style>
background-color css
<style>
a { background-color: #68D3CF; }
a { background-color: rgb(104,211,207); }
div.DivClassName
{
background-color: #68D3CF;
}
.BgClassName
{
background-color: #68D3CF;
}
</style>
border-color css
<style>
span { border-color: #68D3CF; }
span { border-color: rgb(104,211,207); }
td.TdClassName
{
border-color: #68D3CF;
}
.TagClassName
{
border-color: #68D3CF;
}
</style>