Shades of Downy #68CBBD
Tints of Downy #68CBBD
RGB
CMYK
RGB Variations
Color information
#68CBBD (or 0x68CBBD) is known color: Downy. HEX triplet: 68, CB and BD. RGB value is (104,203,189). Sum of RGB (Red+Green+Blue) = 104+203+189=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBBD is #973442. Grayscale: #ABABAB. Windows color (decimal): -9909315 or 12438376. OLE color: 12438376.
HSL color Cylindrical-coordinate representation of color #68CBBD: hue angle of 171.52º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CBBD is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 189 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.20 |
| HSL | 171.52º | 0.49% | 0.6% | - |
| HSV(B) | 171.52º | 0.49% | 0.8% | - |
| XYZ | 36.25 | 49.33 | 55.75 | - |
| YUV | 171.8 | 137.7 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 189 | 0.49 | 0 | 0.07 | 0.20 | 171.52 | 0.49 | 0.6 |
| Hex | 68 | CB | BD | 31 | 0 | 7 | 14 | AC | 31 | 3C |
| Octal | 150 | 313 | 275 | 61 | 0 | 7 | 24 | 254 | 61 | 74 |
| Binary | 1101000 | 11001011 | 10111101 | 110001 | 0 | 111 | 10100 | 10101100 | 110001 | 111100 |
Color Harmonies of #68CBBD
Complementary color
Monochromatic Colors of #68CBBD
Black with #68CBBD
Text Example
Text Example
White with #68CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBBD; }
p { color: rgb(104,203,189); }
H1.HeaderClassName
{
color: #68CBBD;
}
.AnyTagClassName
{
color: #68CBBD;
}
</style>
background-color css
<style>
a { background-color: #68CBBD; }
a { background-color: rgb(104,203,189); }
div.DivClassName
{
background-color: #68CBBD;
}
.BgClassName
{
background-color: #68CBBD;
}
</style>
border-color css
<style>
span { border-color: #68CBBD; }
span { border-color: rgb(104,203,189); }
td.TdClassName
{
border-color: #68CBBD;
}
.TagClassName
{
border-color: #68CBBD;
}
</style>