Shades of Riptide #76DDD0
Tints of Riptide #76DDD0
RGB
CMYK
RGB Variations
Color information
#76DDD0 (or 0x76DDD0) is known color: Riptide. HEX triplet: 76, DD and D0. RGB value is (118,221,208). Sum of RGB (Red+Green+Blue) = 118+221+208=547 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.57% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDD0 is #89222F. Grayscale: #BCBCBC. Windows color (decimal): -8987184 or 13688182. OLE color: 13688182.
HSL color Cylindrical-coordinate representation of color #76DDD0: hue angle of 172.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DDD0 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 208 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.13 |
| HSL | 172.43º | 0.6% | 0.66% | - |
| HSV(B) | 172.43º | 0.47% | 0.87% | - |
| XYZ | 44.71 | 60.12 | 68.92 | - |
| YUV | 188.72 | 138.88 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 208 | 0.47 | 0 | 0.06 | 0.13 | 172.43 | 0.6 | 0.66 |
| Hex | 76 | DD | D0 | 2F | 0 | 6 | D | AC | 3C | 42 |
| Octal | 166 | 335 | 320 | 57 | 0 | 6 | 15 | 254 | 74 | 102 |
| Binary | 1110110 | 11011101 | 11010000 | 101111 | 0 | 110 | 1101 | 10101100 | 111100 | 1000010 |
Color Harmonies of #76DDD0
Complementary color
Monochromatic Colors of #76DDD0
Black with #76DDD0
Text Example
Text Example
White with #76DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DDD0; }
p { color: rgb(118,221,208); }
H1.HeaderClassName
{
color: #76DDD0;
}
.AnyTagClassName
{
color: #76DDD0;
}
</style>
background-color css
<style>
a { background-color: #76DDD0; }
a { background-color: rgb(118,221,208); }
div.DivClassName
{
background-color: #76DDD0;
}
.BgClassName
{
background-color: #76DDD0;
}
</style>
border-color css
<style>
span { border-color: #76DDD0; }
span { border-color: rgb(118,221,208); }
td.TdClassName
{
border-color: #76DDD0;
}
.TagClassName
{
border-color: #76DDD0;
}
</style>