Shades of Riptide #77DCCF
Tints of Riptide #77DCCF
RGB
CMYK
RGB Variations
Color information
#77DCCF (or 0x77DCCF) is known color: Riptide. HEX triplet: 77, DC and CF. RGB value is (119,220,207). Sum of RGB (Red+Green+Blue) = 119+220+207=546 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.79% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCCF is #882330. Grayscale: #BCBCBC. Windows color (decimal): -8921905 or 13622391. OLE color: 13622391.
HSL color Cylindrical-coordinate representation of color #77DCCF: hue angle of 172.28º 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 #77DCCF is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 207 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.14 |
| HSL | 172.28º | 0.59% | 0.66% | - |
| HSV(B) | 172.28º | 0.46% | 0.86% | - |
| XYZ | 44.46 | 59.61 | 68.19 | - |
| YUV | 188.32 | 138.54 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 207 | 0.46 | 0 | 0.06 | 0.14 | 172.28 | 0.59 | 0.66 |
| Hex | 77 | DC | CF | 2E | 0 | 6 | E | AC | 3B | 42 |
| Octal | 167 | 334 | 317 | 56 | 0 | 6 | 16 | 254 | 73 | 102 |
| Binary | 1110111 | 11011100 | 11001111 | 101110 | 0 | 110 | 1110 | 10101100 | 111011 | 1000010 |
Color Harmonies of #77DCCF
Complementary color
Monochromatic Colors of #77DCCF
Black with #77DCCF
Text Example
Text Example
White with #77DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCCF; }
p { color: rgb(119,220,207); }
H1.HeaderClassName
{
color: #77DCCF;
}
.AnyTagClassName
{
color: #77DCCF;
}
</style>
background-color css
<style>
a { background-color: #77DCCF; }
a { background-color: rgb(119,220,207); }
div.DivClassName
{
background-color: #77DCCF;
}
.BgClassName
{
background-color: #77DCCF;
}
</style>
border-color css
<style>
span { border-color: #77DCCF; }
span { border-color: rgb(119,220,207); }
td.TdClassName
{
border-color: #77DCCF;
}
.TagClassName
{
border-color: #77DCCF;
}
</style>