Shades of Riptide #76E6CB
Tints of Riptide #76E6CB
RGB
CMYK
RGB Variations
Color information
#76E6CB (or 0x76E6CB) is known color: Riptide. HEX triplet: 76, E6 and CB. RGB value is (118,230,203). Sum of RGB (Red+Green+Blue) = 118+230+203=551 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.42% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #76E6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E6CB is #891934. Grayscale: #C1C1C1. Windows color (decimal): -8984885 or 13362806. OLE color: 13362806.
HSL color Cylindrical-coordinate representation of color #76E6CB: hue angle of 165.54º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E6CB is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 230 | 203 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.10 |
| HSL | 165.54º | 0.69% | 0.68% | - |
| HSV(B) | 165.54º | 0.49% | 0.9% | - |
| XYZ | 46.55 | 64.76 | 66.55 | - |
| YUV | 193.43 | 133.39 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 230 | 203 | 0.49 | 0 | 0.12 | 0.10 | 165.54 | 0.69 | 0.68 |
| Hex | 76 | E6 | CB | 31 | 0 | C | A | A6 | 45 | 44 |
| Octal | 166 | 346 | 313 | 61 | 0 | 14 | 12 | 246 | 105 | 104 |
| Binary | 1110110 | 11100110 | 11001011 | 110001 | 0 | 1100 | 1010 | 10100110 | 1000101 | 1000100 |
Color Harmonies of #76E6CB
Complementary color
Monochromatic Colors of #76E6CB
Black with #76E6CB
Text Example
Text Example
White with #76E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E6CB; }
p { color: rgb(118,230,203); }
H1.HeaderClassName
{
color: #76E6CB;
}
.AnyTagClassName
{
color: #76E6CB;
}
</style>
background-color css
<style>
a { background-color: #76E6CB; }
a { background-color: rgb(118,230,203); }
div.DivClassName
{
background-color: #76E6CB;
}
.BgClassName
{
background-color: #76E6CB;
}
</style>
border-color css
<style>
span { border-color: #76E6CB; }
span { border-color: rgb(118,230,203); }
td.TdClassName
{
border-color: #76E6CB;
}
.TagClassName
{
border-color: #76E6CB;
}
</style>