Shades of Downy #68CBBE
Tints of Downy #68CBBE
RGB
CMYK
RGB Variations
Color information
#68CBBE (or 0x68CBBE) is known color: Downy. HEX triplet: 68, CB and BE. RGB value is (104,203,190). Sum of RGB (Red+Green+Blue) = 104+203+190=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBBE is #973441. Grayscale: #ABABAB. Windows color (decimal): -9909314 or 12503912. OLE color: 12503912.
HSL color Cylindrical-coordinate representation of color #68CBBE: hue angle of 172.12º 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 #68CBBE is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 190 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.20 |
| HSL | 172.12º | 0.49% | 0.6% | - |
| HSV(B) | 172.12º | 0.49% | 0.8% | - |
| XYZ | 36.36 | 49.37 | 56.33 | - |
| YUV | 171.92 | 138.2 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 190 | 0.49 | 0 | 0.06 | 0.20 | 172.12 | 0.49 | 0.6 |
| Hex | 68 | CB | BE | 31 | 0 | 6 | 14 | AC | 31 | 3C |
| Octal | 150 | 313 | 276 | 61 | 0 | 6 | 24 | 254 | 61 | 74 |
| Binary | 1101000 | 11001011 | 10111110 | 110001 | 0 | 110 | 10100 | 10101100 | 110001 | 111100 |
Color Harmonies of #68CBBE
Complementary color
Monochromatic Colors of #68CBBE
Black with #68CBBE
Text Example
Text Example
White with #68CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBBE; }
p { color: rgb(104,203,190); }
H1.HeaderClassName
{
color: #68CBBE;
}
.AnyTagClassName
{
color: #68CBBE;
}
</style>
background-color css
<style>
a { background-color: #68CBBE; }
a { background-color: rgb(104,203,190); }
div.DivClassName
{
background-color: #68CBBE;
}
.BgClassName
{
background-color: #68CBBE;
}
</style>
border-color css
<style>
span { border-color: #68CBBE; }
span { border-color: rgb(104,203,190); }
td.TdClassName
{
border-color: #68CBBE;
}
.TagClassName
{
border-color: #68CBBE;
}
</style>