Shades of Riptide #76E1D1
Tints of Riptide #76E1D1
RGB
CMYK
RGB Variations
Color information
#76E1D1 (or 0x76E1D1) is known color: Riptide. HEX triplet: 76, E1 and D1. RGB value is (118,225,209). Sum of RGB (Red+Green+Blue) = 118+225+209=552 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.38% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #76E1D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E1D1 is #891E2E. Grayscale: #BFBFBF. Windows color (decimal): -8986159 or 13754742. OLE color: 13754742.
HSL color Cylindrical-coordinate representation of color #76E1D1: hue angle of 171.03º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E1D1 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 225 | 209 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.12 |
| HSL | 171.03º | 0.64% | 0.67% | - |
| HSV(B) | 171.03º | 0.48% | 0.88% | - |
| XYZ | 45.91 | 62.31 | 69.93 | - |
| YUV | 191.18 | 138.05 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 225 | 209 | 0.48 | 0 | 0.07 | 0.12 | 171.03 | 0.64 | 0.67 |
| Hex | 76 | E1 | D1 | 30 | 0 | 7 | C | AB | 40 | 43 |
| Octal | 166 | 341 | 321 | 60 | 0 | 7 | 14 | 253 | 100 | 103 |
| Binary | 1110110 | 11100001 | 11010001 | 110000 | 0 | 111 | 1100 | 10101011 | 1000000 | 1000011 |
Color Harmonies of #76E1D1
Complementary color
Monochromatic Colors of #76E1D1
Black with #76E1D1
Text Example
Text Example
White with #76E1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E1D1; }
p { color: rgb(118,225,209); }
H1.HeaderClassName
{
color: #76E1D1;
}
.AnyTagClassName
{
color: #76E1D1;
}
</style>
background-color css
<style>
a { background-color: #76E1D1; }
a { background-color: rgb(118,225,209); }
div.DivClassName
{
background-color: #76E1D1;
}
.BgClassName
{
background-color: #76E1D1;
}
</style>
border-color css
<style>
span { border-color: #76E1D1; }
span { border-color: rgb(118,225,209); }
td.TdClassName
{
border-color: #76E1D1;
}
.TagClassName
{
border-color: #76E1D1;
}
</style>