Shades of Riptide #76DECE
Tints of Riptide #76DECE
RGB
CMYK
RGB Variations
Color information
#76DECE (or 0x76DECE) is known color: Riptide. HEX triplet: 76, DE and CE. RGB value is (118,222,206). Sum of RGB (Red+Green+Blue) = 118+222+206=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #76DECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DECE is #892131. Grayscale: #BDBDBD. Windows color (decimal): -8986930 or 13557366. OLE color: 13557366.
HSL color Cylindrical-coordinate representation of color #76DECE: hue angle of 170.77º 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 #76DECE is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 222 | 206 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.13 |
| HSL | 170.77º | 0.61% | 0.67% | - |
| HSV(B) | 170.77º | 0.47% | 0.87% | - |
| XYZ | 44.73 | 60.55 | 67.72 | - |
| YUV | 189.08 | 137.54 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 222 | 206 | 0.47 | 0 | 0.07 | 0.13 | 170.77 | 0.61 | 0.67 |
| Hex | 76 | DE | CE | 2F | 0 | 7 | D | AB | 3D | 43 |
| Octal | 166 | 336 | 316 | 57 | 0 | 7 | 15 | 253 | 75 | 103 |
| Binary | 1110110 | 11011110 | 11001110 | 101111 | 0 | 111 | 1101 | 10101011 | 111101 | 1000011 |
Color Harmonies of #76DECE
Complementary color
Monochromatic Colors of #76DECE
Black with #76DECE
Text Example
Text Example
White with #76DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DECE; }
p { color: rgb(118,222,206); }
H1.HeaderClassName
{
color: #76DECE;
}
.AnyTagClassName
{
color: #76DECE;
}
</style>
background-color css
<style>
a { background-color: #76DECE; }
a { background-color: rgb(118,222,206); }
div.DivClassName
{
background-color: #76DECE;
}
.BgClassName
{
background-color: #76DECE;
}
</style>
border-color css
<style>
span { border-color: #76DECE; }
span { border-color: rgb(118,222,206); }
td.TdClassName
{
border-color: #76DECE;
}
.TagClassName
{
border-color: #76DECE;
}
</style>