Shades of Downy #76DFCB
Tints of Downy #76DFCB
RGB
CMYK
RGB Variations
Color information
#76DFCB (or 0x76DFCB) is known color: Downy. HEX triplet: 76, DF and CB. RGB value is (118,223,203). Sum of RGB (Red+Green+Blue) = 118+223+203=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DFCB is #892034. Grayscale: #BDBDBD. Windows color (decimal): -8986677 or 13361014. OLE color: 13361014.
HSL color Cylindrical-coordinate representation of color #76DFCB: hue angle of 168.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DFCB is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 203 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.13 |
| HSL | 168.57º | 0.62% | 0.67% | - |
| HSV(B) | 168.57º | 0.47% | 0.87% | - |
| XYZ | 44.64 | 60.94 | 65.91 | - |
| YUV | 189.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 203 | 0.47 | 0 | 0.09 | 0.13 | 168.57 | 0.62 | 0.67 |
| Hex | 76 | DF | CB | 2F | 0 | 9 | D | A9 | 3E | 43 |
| Octal | 166 | 337 | 313 | 57 | 0 | 11 | 15 | 251 | 76 | 103 |
| Binary | 1110110 | 11011111 | 11001011 | 101111 | 0 | 1001 | 1101 | 10101001 | 111110 | 1000011 |
Color Harmonies of #76DFCB
Complementary color
Monochromatic Colors of #76DFCB
Black with #76DFCB
Text Example
Text Example
White with #76DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DFCB; }
p { color: rgb(118,223,203); }
H1.HeaderClassName
{
color: #76DFCB;
}
.AnyTagClassName
{
color: #76DFCB;
}
</style>
background-color css
<style>
a { background-color: #76DFCB; }
a { background-color: rgb(118,223,203); }
div.DivClassName
{
background-color: #76DFCB;
}
.BgClassName
{
background-color: #76DFCB;
}
</style>
border-color css
<style>
span { border-color: #76DFCB; }
span { border-color: rgb(118,223,203); }
td.TdClassName
{
border-color: #76DFCB;
}
.TagClassName
{
border-color: #76DFCB;
}
</style>