Shades of Downy #74CABB
Tints of Downy #74CABB
RGB
CMYK
RGB Variations
Color information
#74CABB (or 0x74CABB) is known color: Downy. HEX triplet: 74, CA and BB. RGB value is (116,202,187). Sum of RGB (Red+Green+Blue) = 116+202+187=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #74CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CABB is #8B3544. Grayscale: #AEAEAE. Windows color (decimal): -9123141 or 12307060. OLE color: 12307060.
HSL color Cylindrical-coordinate representation of color #74CABB: hue angle of 169.53º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CABB is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 202 | 187 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.21 |
| HSL | 169.53º | 0.45% | 0.62% | - |
| HSV(B) | 169.53º | 0.43% | 0.79% | - |
| XYZ | 37.29 | 49.54 | 54.61 | - |
| YUV | 174.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 187 | 0.43 | 0 | 0.07 | 0.21 | 169.53 | 0.45 | 0.62 |
| Hex | 74 | CA | BB | 2B | 0 | 7 | 15 | AA | 2D | 3E |
| Octal | 164 | 312 | 273 | 53 | 0 | 7 | 25 | 252 | 55 | 76 |
| Binary | 1110100 | 11001010 | 10111011 | 101011 | 0 | 111 | 10101 | 10101010 | 101101 | 111110 |
Color Harmonies of #74CABB
Complementary color
Monochromatic Colors of #74CABB
Black with #74CABB
Text Example
Text Example
White with #74CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CABB; }
p { color: rgb(116,202,187); }
H1.HeaderClassName
{
color: #74CABB;
}
.AnyTagClassName
{
color: #74CABB;
}
</style>
background-color css
<style>
a { background-color: #74CABB; }
a { background-color: rgb(116,202,187); }
div.DivClassName
{
background-color: #74CABB;
}
.BgClassName
{
background-color: #74CABB;
}
</style>
border-color css
<style>
span { border-color: #74CABB; }
span { border-color: rgb(116,202,187); }
td.TdClassName
{
border-color: #74CABB;
}
.TagClassName
{
border-color: #74CABB;
}
</style>