Shades of Downy #77CFBE
Tints of Downy #77CFBE
RGB
CMYK
RGB Variations
Color information
#77CFBE (or 0x77CFBE) is known color: Downy. HEX triplet: 77, CF and BE. RGB value is (119,207,190). Sum of RGB (Red+Green+Blue) = 119+207+190=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #77CFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CFBE is #883041. Grayscale: #B2B2B2. Windows color (decimal): -8925250 or 12504951. OLE color: 12504951.
HSL color Cylindrical-coordinate representation of color #77CFBE: hue angle of 168.41º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77CFBE is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 207 | 190 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.19 |
| HSL | 168.41º | 0.48% | 0.64% | - |
| HSV(B) | 168.41º | 0.43% | 0.81% | - |
| XYZ | 39.21 | 52.27 | 56.74 | - |
| YUV | 178.75 | 134.35 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 190 | 0.43 | 0 | 0.08 | 0.19 | 168.41 | 0.48 | 0.64 |
| Hex | 77 | CF | BE | 2B | 0 | 8 | 13 | A8 | 30 | 40 |
| Octal | 167 | 317 | 276 | 53 | 0 | 10 | 23 | 250 | 60 | 100 |
| Binary | 1110111 | 11001111 | 10111110 | 101011 | 0 | 1000 | 10011 | 10101000 | 110000 | 1000000 |
Color Harmonies of #77CFBE
Complementary color
Monochromatic Colors of #77CFBE
Black with #77CFBE
Text Example
Text Example
White with #77CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CFBE; }
p { color: rgb(119,207,190); }
H1.HeaderClassName
{
color: #77CFBE;
}
.AnyTagClassName
{
color: #77CFBE;
}
</style>
background-color css
<style>
a { background-color: #77CFBE; }
a { background-color: rgb(119,207,190); }
div.DivClassName
{
background-color: #77CFBE;
}
.BgClassName
{
background-color: #77CFBE;
}
</style>
border-color css
<style>
span { border-color: #77CFBE; }
span { border-color: rgb(119,207,190); }
td.TdClassName
{
border-color: #77CFBE;
}
.TagClassName
{
border-color: #77CFBE;
}
</style>