Shades of Downy #74CEBE
Tints of Downy #74CEBE
RGB
CMYK
RGB Variations
Color information
#74CEBE (or 0x74CEBE) is known color: Downy. HEX triplet: 74, CE and BE. RGB value is (116,206,190). Sum of RGB (Red+Green+Blue) = 116+206+190=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #74CEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CEBE is #8B3141. Grayscale: #B1B1B1. Windows color (decimal): -9122114 or 12504692. OLE color: 12504692.
HSL color Cylindrical-coordinate representation of color #74CEBE: hue angle of 169.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 #74CEBE is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 190 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.19 |
| HSL | 169.33º | 0.48% | 0.63% | - |
| HSV(B) | 169.33º | 0.44% | 0.81% | - |
| XYZ | 38.57 | 51.57 | 56.64 | - |
| YUV | 177.27 | 135.18 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 190 | 0.44 | 0 | 0.08 | 0.19 | 169.33 | 0.48 | 0.63 |
| Hex | 74 | CE | BE | 2C | 0 | 8 | 13 | A9 | 30 | 3F |
| Octal | 164 | 316 | 276 | 54 | 0 | 10 | 23 | 251 | 60 | 77 |
| Binary | 1110100 | 11001110 | 10111110 | 101100 | 0 | 1000 | 10011 | 10101001 | 110000 | 111111 |
Color Harmonies of #74CEBE
Complementary color
Monochromatic Colors of #74CEBE
Black with #74CEBE
Text Example
Text Example
White with #74CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CEBE; }
p { color: rgb(116,206,190); }
H1.HeaderClassName
{
color: #74CEBE;
}
.AnyTagClassName
{
color: #74CEBE;
}
</style>
background-color css
<style>
a { background-color: #74CEBE; }
a { background-color: rgb(116,206,190); }
div.DivClassName
{
background-color: #74CEBE;
}
.BgClassName
{
background-color: #74CEBE;
}
</style>
border-color css
<style>
span { border-color: #74CEBE; }
span { border-color: rgb(116,206,190); }
td.TdClassName
{
border-color: #74CEBE;
}
.TagClassName
{
border-color: #74CEBE;
}
</style>