Shades of Riptide #76E8CB
Tints of Riptide #76E8CB
RGB
CMYK
RGB Variations
Color information
#76E8CB (or 0x76E8CB) is known color: Riptide. HEX triplet: 76, E8 and CB. RGB value is (118,232,203). Sum of RGB (Red+Green+Blue) = 118+232+203=553 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.34% from 553); Green value is 232 (91.02% from 255 or 41.95% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 232 - color contains mainly: green. Hex color #76E8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E8CB is #891734. Grayscale: #C2C2C2. Windows color (decimal): -8984373 or 13363318. OLE color: 13363318.
HSL color Cylindrical-coordinate representation of color #76E8CB: hue angle of 164.74º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E8CB is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 232 | 203 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.09 |
| HSL | 164.74º | 0.71% | 0.69% | - |
| HSV(B) | 164.74º | 0.49% | 0.91% | - |
| XYZ | 47.11 | 65.88 | 66.73 | - |
| YUV | 194.61 | 132.73 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 232 | 203 | 0.49 | 0 | 0.12 | 0.09 | 164.74 | 0.71 | 0.69 |
| Hex | 76 | E8 | CB | 31 | 0 | C | 9 | A5 | 47 | 45 |
| Octal | 166 | 350 | 313 | 61 | 0 | 14 | 11 | 245 | 107 | 105 |
| Binary | 1110110 | 11101000 | 11001011 | 110001 | 0 | 1100 | 1001 | 10100101 | 1000111 | 1000101 |
Color Harmonies of #76E8CB
Complementary color
Monochromatic Colors of #76E8CB
Black with #76E8CB
Text Example
Text Example
White with #76E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E8CB; }
p { color: rgb(118,232,203); }
H1.HeaderClassName
{
color: #76E8CB;
}
.AnyTagClassName
{
color: #76E8CB;
}
</style>
background-color css
<style>
a { background-color: #76E8CB; }
a { background-color: rgb(118,232,203); }
div.DivClassName
{
background-color: #76E8CB;
}
.BgClassName
{
background-color: #76E8CB;
}
</style>
border-color css
<style>
span { border-color: #76E8CB; }
span { border-color: rgb(118,232,203); }
td.TdClassName
{
border-color: #76E8CB;
}
.TagClassName
{
border-color: #76E8CB;
}
</style>