Shades of Riptide #77DCCE
Tints of Riptide #77DCCE
RGB
CMYK
RGB Variations
Color information
#77DCCE (or 0x77DCCE) is known color: Riptide. HEX triplet: 77, DC and CE. RGB value is (119,220,206). Sum of RGB (Red+Green+Blue) = 119+220+206=545 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.83% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCCE is #882331. Grayscale: #BCBCBC. Windows color (decimal): -8921906 or 13556855. OLE color: 13556855.
HSL color Cylindrical-coordinate representation of color #77DCCE: hue angle of 171.68º degrees, saturation: 0.59, 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 #77DCCE is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 206 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.14 |
| HSL | 171.68º | 0.59% | 0.66% | - |
| HSV(B) | 171.68º | 0.46% | 0.86% | - |
| XYZ | 44.34 | 59.56 | 67.55 | - |
| YUV | 188.21 | 138.04 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 206 | 0.46 | 0 | 0.06 | 0.14 | 171.68 | 0.59 | 0.66 |
| Hex | 77 | DC | CE | 2E | 0 | 6 | E | AC | 3B | 42 |
| Octal | 167 | 334 | 316 | 56 | 0 | 6 | 16 | 254 | 73 | 102 |
| Binary | 1110111 | 11011100 | 11001110 | 101110 | 0 | 110 | 1110 | 10101100 | 111011 | 1000010 |
Color Harmonies of #77DCCE
Complementary color
Monochromatic Colors of #77DCCE
Black with #77DCCE
Text Example
Text Example
White with #77DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCCE; }
p { color: rgb(119,220,206); }
H1.HeaderClassName
{
color: #77DCCE;
}
.AnyTagClassName
{
color: #77DCCE;
}
</style>
background-color css
<style>
a { background-color: #77DCCE; }
a { background-color: rgb(119,220,206); }
div.DivClassName
{
background-color: #77DCCE;
}
.BgClassName
{
background-color: #77DCCE;
}
</style>
border-color css
<style>
span { border-color: #77DCCE; }
span { border-color: rgb(119,220,206); }
td.TdClassName
{
border-color: #77DCCE;
}
.TagClassName
{
border-color: #77DCCE;
}
</style>