Shades of Riptide #76DBD2
Tints of Riptide #76DBD2
RGB
CMYK
RGB Variations
Color information
#76DBD2 (or 0x76DBD2) is known color: Riptide. HEX triplet: 76, DB and D2. RGB value is (118,219,210). Sum of RGB (Red+Green+Blue) = 118+219+210=547 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.57% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DBD2 is #89242D. Grayscale: #BBBBBB. Windows color (decimal): -8987694 or 13818742. OLE color: 13818742.
HSL color Cylindrical-coordinate representation of color #76DBD2: hue angle of 174.65º 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 #76DBD2 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 210 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.14 |
| HSL | 174.65º | 0.58% | 0.66% | - |
| HSV(B) | 174.65º | 0.46% | 0.86% | - |
| XYZ | 44.44 | 59.17 | 70.05 | - |
| YUV | 187.78 | 140.54 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 210 | 0.46 | 0 | 0.04 | 0.14 | 174.65 | 0.58 | 0.66 |
| Hex | 76 | DB | D2 | 2E | 0 | 4 | E | AF | 3A | 42 |
| Octal | 166 | 333 | 322 | 56 | 0 | 4 | 16 | 257 | 72 | 102 |
| Binary | 1110110 | 11011011 | 11010010 | 101110 | 0 | 100 | 1110 | 10101111 | 111010 | 1000010 |
Color Harmonies of #76DBD2
Complementary color
Monochromatic Colors of #76DBD2
Black with #76DBD2
Text Example
Text Example
White with #76DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBD2; }
p { color: rgb(118,219,210); }
H1.HeaderClassName
{
color: #76DBD2;
}
.AnyTagClassName
{
color: #76DBD2;
}
</style>
background-color css
<style>
a { background-color: #76DBD2; }
a { background-color: rgb(118,219,210); }
div.DivClassName
{
background-color: #76DBD2;
}
.BgClassName
{
background-color: #76DBD2;
}
</style>
border-color css
<style>
span { border-color: #76DBD2; }
span { border-color: rgb(118,219,210); }
td.TdClassName
{
border-color: #76DBD2;
}
.TagClassName
{
border-color: #76DBD2;
}
</style>