Shades of Downy #74CEBB
Tints of Downy #74CEBB
RGB
CMYK
RGB Variations
Color information
#74CEBB (or 0x74CEBB) is known color: Downy. HEX triplet: 74, CE and BB. RGB value is (116,206,187). Sum of RGB (Red+Green+Blue) = 116+206+187=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #74CEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CEBB is #8B3144. Grayscale: #B0B0B0. Windows color (decimal): -9122117 or 12308084. OLE color: 12308084.
HSL color Cylindrical-coordinate representation of color #74CEBB: hue angle of 167.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CEBB is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 187 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.19 |
| HSL | 167.33º | 0.48% | 0.63% | - |
| HSV(B) | 167.33º | 0.44% | 0.81% | - |
| XYZ | 38.24 | 51.44 | 54.93 | - |
| YUV | 176.92 | 133.68 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 187 | 0.44 | 0 | 0.09 | 0.19 | 167.33 | 0.48 | 0.63 |
| Hex | 74 | CE | BB | 2C | 0 | 9 | 13 | A7 | 30 | 3F |
| Octal | 164 | 316 | 273 | 54 | 0 | 11 | 23 | 247 | 60 | 77 |
| Binary | 1110100 | 11001110 | 10111011 | 101100 | 0 | 1001 | 10011 | 10100111 | 110000 | 111111 |
Color Harmonies of #74CEBB
Complementary color
Monochromatic Colors of #74CEBB
Black with #74CEBB
Text Example
Text Example
White with #74CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CEBB; }
p { color: rgb(116,206,187); }
H1.HeaderClassName
{
color: #74CEBB;
}
.AnyTagClassName
{
color: #74CEBB;
}
</style>
background-color css
<style>
a { background-color: #74CEBB; }
a { background-color: rgb(116,206,187); }
div.DivClassName
{
background-color: #74CEBB;
}
.BgClassName
{
background-color: #74CEBB;
}
</style>
border-color css
<style>
span { border-color: #74CEBB; }
span { border-color: rgb(116,206,187); }
td.TdClassName
{
border-color: #74CEBB;
}
.TagClassName
{
border-color: #74CEBB;
}
</style>