Shades of Riptide #77DBCE
Tints of Riptide #77DBCE
RGB
CMYK
RGB Variations
Color information
#77DBCE (or 0x77DBCE) is known color: Riptide. HEX triplet: 77, DB and CE. RGB value is (119,219,206). Sum of RGB (Red+Green+Blue) = 119+219+206=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBCE is #882431. Grayscale: #BBBBBB. Windows color (decimal): -8922162 or 13556599. OLE color: 13556599.
HSL color Cylindrical-coordinate representation of color #77DBCE: hue angle of 172.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DBCE is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 206 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.14 |
| HSL | 172.2º | 0.58% | 0.66% | - |
| HSV(B) | 172.2º | 0.46% | 0.86% | - |
| XYZ | 44.08 | 59.04 | 67.47 | - |
| YUV | 187.62 | 138.37 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 206 | 0.46 | 0 | 0.06 | 0.14 | 172.2 | 0.58 | 0.66 |
| Hex | 77 | DB | CE | 2E | 0 | 6 | E | AC | 3A | 42 |
| Octal | 167 | 333 | 316 | 56 | 0 | 6 | 16 | 254 | 72 | 102 |
| Binary | 1110111 | 11011011 | 11001110 | 101110 | 0 | 110 | 1110 | 10101100 | 111010 | 1000010 |
Color Harmonies of #77DBCE
Complementary color
Monochromatic Colors of #77DBCE
Black with #77DBCE
Text Example
Text Example
White with #77DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBCE; }
p { color: rgb(119,219,206); }
H1.HeaderClassName
{
color: #77DBCE;
}
.AnyTagClassName
{
color: #77DBCE;
}
</style>
background-color css
<style>
a { background-color: #77DBCE; }
a { background-color: rgb(119,219,206); }
div.DivClassName
{
background-color: #77DBCE;
}
.BgClassName
{
background-color: #77DBCE;
}
</style>
border-color css
<style>
span { border-color: #77DBCE; }
span { border-color: rgb(119,219,206); }
td.TdClassName
{
border-color: #77DBCE;
}
.TagClassName
{
border-color: #77DBCE;
}
</style>