Shades of Riptide #76DED2
Tints of Riptide #76DED2
RGB
CMYK
RGB Variations
Color information
#76DED2 (or 0x76DED2) is known color: Riptide. HEX triplet: 76, DE and D2. RGB value is (118,222,210). Sum of RGB (Red+Green+Blue) = 118+222+210=550 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.45% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #76DED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DED2 is #89212D. Grayscale: #BDBDBD. Windows color (decimal): -8986926 or 13819510. OLE color: 13819510.
HSL color Cylindrical-coordinate representation of color #76DED2: hue angle of 173.08º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DED2 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 222 | 210 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.13 |
| HSL | 173.08º | 0.61% | 0.67% | - |
| HSV(B) | 173.08º | 0.47% | 0.87% | - |
| XYZ | 45.23 | 60.75 | 70.31 | - |
| YUV | 189.54 | 139.54 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 222 | 210 | 0.47 | 0 | 0.05 | 0.13 | 173.08 | 0.61 | 0.67 |
| Hex | 76 | DE | D2 | 2F | 0 | 5 | D | AD | 3D | 43 |
| Octal | 166 | 336 | 322 | 57 | 0 | 5 | 15 | 255 | 75 | 103 |
| Binary | 1110110 | 11011110 | 11010010 | 101111 | 0 | 101 | 1101 | 10101101 | 111101 | 1000011 |
Color Harmonies of #76DED2
Complementary color
Monochromatic Colors of #76DED2
Black with #76DED2
Text Example
Text Example
White with #76DED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DED2; }
p { color: rgb(118,222,210); }
H1.HeaderClassName
{
color: #76DED2;
}
.AnyTagClassName
{
color: #76DED2;
}
</style>
background-color css
<style>
a { background-color: #76DED2; }
a { background-color: rgb(118,222,210); }
div.DivClassName
{
background-color: #76DED2;
}
.BgClassName
{
background-color: #76DED2;
}
</style>
border-color css
<style>
span { border-color: #76DED2; }
span { border-color: rgb(118,222,210); }
td.TdClassName
{
border-color: #76DED2;
}
.TagClassName
{
border-color: #76DED2;
}
</style>