Shades of Riptide #77DBD3
Tints of Riptide #77DBD3
RGB
CMYK
RGB Variations
Color information
#77DBD3 (or 0x77DBD3) is known color: Riptide. HEX triplet: 77, DB and D3. RGB value is (119,219,211). Sum of RGB (Red+Green+Blue) = 119+219+211=549 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.68% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBD3 is #88242C. Grayscale: #BCBCBC. Windows color (decimal): -8922157 or 13884279. OLE color: 13884279.
HSL color Cylindrical-coordinate representation of color #77DBD3: hue angle of 175.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 #77DBD3 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 211 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.14 |
| HSL | 175.2º | 0.58% | 0.66% | - |
| HSV(B) | 175.2º | 0.46% | 0.86% | - |
| XYZ | 44.7 | 59.29 | 70.72 | - |
| YUV | 188.19 | 140.87 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 211 | 0.46 | 0 | 0.04 | 0.14 | 175.2 | 0.58 | 0.66 |
| Hex | 77 | DB | D3 | 2E | 0 | 4 | E | AF | 3A | 42 |
| Octal | 167 | 333 | 323 | 56 | 0 | 4 | 16 | 257 | 72 | 102 |
| Binary | 1110111 | 11011011 | 11010011 | 101110 | 0 | 100 | 1110 | 10101111 | 111010 | 1000010 |
Color Harmonies of #77DBD3
Complementary color
Monochromatic Colors of #77DBD3
Black with #77DBD3
Text Example
Text Example
White with #77DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBD3; }
p { color: rgb(119,219,211); }
H1.HeaderClassName
{
color: #77DBD3;
}
.AnyTagClassName
{
color: #77DBD3;
}
</style>
background-color css
<style>
a { background-color: #77DBD3; }
a { background-color: rgb(119,219,211); }
div.DivClassName
{
background-color: #77DBD3;
}
.BgClassName
{
background-color: #77DBD3;
}
</style>
border-color css
<style>
span { border-color: #77DBD3; }
span { border-color: rgb(119,219,211); }
td.TdClassName
{
border-color: #77DBD3;
}
.TagClassName
{
border-color: #77DBD3;
}
</style>