Shades of Downy #68CFCB
Tints of Downy #68CFCB
RGB
CMYK
RGB Variations
Color information
#68CFCB (or 0x68CFCB) is known color: Downy. HEX triplet: 68, CF and CB. RGB value is (104,207,203). Sum of RGB (Red+Green+Blue) = 104+207+203=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFCB is #973034. Grayscale: #AFAFAF. Windows color (decimal): -9908277 or 13356904. OLE color: 13356904.
HSL color Cylindrical-coordinate representation of color #68CFCB: hue angle of 177.67º degrees, saturation: 0.52, 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 #68CFCB is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 203 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.19 |
| HSL | 177.67º | 0.52% | 0.61% | - |
| HSV(B) | 177.67º | 0.5% | 0.81% | - |
| XYZ | 38.8 | 51.88 | 64.47 | - |
| YUV | 175.75 | 143.38 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 203 | 0.50 | 0 | 0.02 | 0.19 | 177.67 | 0.52 | 0.61 |
| Hex | 68 | CF | CB | 32 | 0 | 2 | 13 | B2 | 34 | 3D |
| Octal | 150 | 317 | 313 | 62 | 0 | 2 | 23 | 262 | 64 | 75 |
| Binary | 1101000 | 11001111 | 11001011 | 110010 | 0 | 10 | 10011 | 10110010 | 110100 | 111101 |
Color Harmonies of #68CFCB
Complementary color
Monochromatic Colors of #68CFCB
Black with #68CFCB
Text Example
Text Example
White with #68CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFCB; }
p { color: rgb(104,207,203); }
H1.HeaderClassName
{
color: #68CFCB;
}
.AnyTagClassName
{
color: #68CFCB;
}
</style>
background-color css
<style>
a { background-color: #68CFCB; }
a { background-color: rgb(104,207,203); }
div.DivClassName
{
background-color: #68CFCB;
}
.BgClassName
{
background-color: #68CFCB;
}
</style>
border-color css
<style>
span { border-color: #68CFCB; }
span { border-color: rgb(104,207,203); }
td.TdClassName
{
border-color: #68CFCB;
}
.TagClassName
{
border-color: #68CFCB;
}
</style>