Shades of Riptide #76E3CF
Tints of Riptide #76E3CF
RGB
CMYK
RGB Variations
Color information
#76E3CF (or 0x76E3CF) is known color: Riptide. HEX triplet: 76, E3 and CF. RGB value is (118,227,207). Sum of RGB (Red+Green+Blue) = 118+227+207=552 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.38% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #76E3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E3CF is #891C30. Grayscale: #C0C0C0. Windows color (decimal): -8985649 or 13624182. OLE color: 13624182.
HSL color Cylindrical-coordinate representation of color #76E3CF: hue angle of 168.99º 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 #76E3CF is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 227 | 207 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.11 |
| HSL | 168.99º | 0.66% | 0.68% | - |
| HSV(B) | 168.99º | 0.48% | 0.89% | - |
| XYZ | 46.2 | 63.29 | 68.81 | - |
| YUV | 192.13 | 136.39 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 227 | 207 | 0.48 | 0 | 0.09 | 0.11 | 168.99 | 0.66 | 0.68 |
| Hex | 76 | E3 | CF | 30 | 0 | 9 | B | A9 | 42 | 44 |
| Octal | 166 | 343 | 317 | 60 | 0 | 11 | 13 | 251 | 102 | 104 |
| Binary | 1110110 | 11100011 | 11001111 | 110000 | 0 | 1001 | 1011 | 10101001 | 1000010 | 1000100 |
Color Harmonies of #76E3CF
Complementary color
Monochromatic Colors of #76E3CF
Black with #76E3CF
Text Example
Text Example
White with #76E3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E3CF; }
p { color: rgb(118,227,207); }
H1.HeaderClassName
{
color: #76E3CF;
}
.AnyTagClassName
{
color: #76E3CF;
}
</style>
background-color css
<style>
a { background-color: #76E3CF; }
a { background-color: rgb(118,227,207); }
div.DivClassName
{
background-color: #76E3CF;
}
.BgClassName
{
background-color: #76E3CF;
}
</style>
border-color css
<style>
span { border-color: #76E3CF; }
span { border-color: rgb(118,227,207); }
td.TdClassName
{
border-color: #76E3CF;
}
.TagClassName
{
border-color: #76E3CF;
}
</style>