Shades of Riptide #76E3D0
Tints of Riptide #76E3D0
RGB
CMYK
RGB Variations
Color information
#76E3D0 (or 0x76E3D0) is known color: Riptide. HEX triplet: 76, E3 and D0. RGB value is (118,227,208). Sum of RGB (Red+Green+Blue) = 118+227+208=553 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.34% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #76E3D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E3D0 is #891C2F. Grayscale: #C0C0C0. Windows color (decimal): -8985648 or 13689718. OLE color: 13689718.
HSL color Cylindrical-coordinate representation of color #76E3D0: hue angle of 169.54º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E3D0 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 227 | 208 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.11 |
| HSL | 169.54º | 0.66% | 0.68% | - |
| HSV(B) | 169.54º | 0.48% | 0.89% | - |
| XYZ | 46.33 | 63.34 | 69.46 | - |
| YUV | 192.24 | 136.89 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 227 | 208 | 0.48 | 0 | 0.08 | 0.11 | 169.54 | 0.66 | 0.68 |
| Hex | 76 | E3 | D0 | 30 | 0 | 8 | B | AA | 42 | 44 |
| Octal | 166 | 343 | 320 | 60 | 0 | 10 | 13 | 252 | 102 | 104 |
| Binary | 1110110 | 11100011 | 11010000 | 110000 | 0 | 1000 | 1011 | 10101010 | 1000010 | 1000100 |
Color Harmonies of #76E3D0
Complementary color
Monochromatic Colors of #76E3D0
Black with #76E3D0
Text Example
Text Example
White with #76E3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E3D0; }
p { color: rgb(118,227,208); }
H1.HeaderClassName
{
color: #76E3D0;
}
.AnyTagClassName
{
color: #76E3D0;
}
</style>
background-color css
<style>
a { background-color: #76E3D0; }
a { background-color: rgb(118,227,208); }
div.DivClassName
{
background-color: #76E3D0;
}
.BgClassName
{
background-color: #76E3D0;
}
</style>
border-color css
<style>
span { border-color: #76E3D0; }
span { border-color: rgb(118,227,208); }
td.TdClassName
{
border-color: #76E3D0;
}
.TagClassName
{
border-color: #76E3D0;
}
</style>