Shades of Riptide #76E5CC
Tints of Riptide #76E5CC
RGB
CMYK
RGB Variations
Color information
#76E5CC (or 0x76E5CC) is known color: Riptide. HEX triplet: 76, E5 and CC. RGB value is (118,229,204). Sum of RGB (Red+Green+Blue) = 118+229+204=551 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.42% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #76E5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E5CC is #891A33. Grayscale: #C0C0C0. Windows color (decimal): -8985140 or 13428086. OLE color: 13428086.
HSL color Cylindrical-coordinate representation of color #76E5CC: hue angle of 166.49º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E5CC is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 229 | 204 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.10 |
| HSL | 166.49º | 0.68% | 0.68% | - |
| HSV(B) | 166.49º | 0.48% | 0.9% | - |
| XYZ | 46.39 | 64.25 | 67.08 | - |
| YUV | 192.96 | 134.23 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 229 | 204 | 0.48 | 0 | 0.11 | 0.10 | 166.49 | 0.68 | 0.68 |
| Hex | 76 | E5 | CC | 30 | 0 | B | A | A6 | 44 | 44 |
| Octal | 166 | 345 | 314 | 60 | 0 | 13 | 12 | 246 | 104 | 104 |
| Binary | 1110110 | 11100101 | 11001100 | 110000 | 0 | 1011 | 1010 | 10100110 | 1000100 | 1000100 |
Color Harmonies of #76E5CC
Complementary color
Monochromatic Colors of #76E5CC
Black with #76E5CC
Text Example
Text Example
White with #76E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E5CC; }
p { color: rgb(118,229,204); }
H1.HeaderClassName
{
color: #76E5CC;
}
.AnyTagClassName
{
color: #76E5CC;
}
</style>
background-color css
<style>
a { background-color: #76E5CC; }
a { background-color: rgb(118,229,204); }
div.DivClassName
{
background-color: #76E5CC;
}
.BgClassName
{
background-color: #76E5CC;
}
</style>
border-color css
<style>
span { border-color: #76E5CC; }
span { border-color: rgb(118,229,204); }
td.TdClassName
{
border-color: #76E5CC;
}
.TagClassName
{
border-color: #76E5CC;
}
</style>