Shades of Riptide #76DECF
Tints of Riptide #76DECF
RGB
CMYK
RGB Variations
Color information
#76DECF (or 0x76DECF) is known color: Riptide. HEX triplet: 76, DE and CF. RGB value is (118,222,207). Sum of RGB (Red+Green+Blue) = 118+222+207=547 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.57% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #76DECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DECF is #892130. Grayscale: #BDBDBD. Windows color (decimal): -8986929 or 13622902. OLE color: 13622902.
HSL color Cylindrical-coordinate representation of color #76DECF: hue angle of 171.35º 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 #76DECF is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 222 | 207 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.13 |
| HSL | 171.35º | 0.61% | 0.67% | - |
| HSV(B) | 171.35º | 0.47% | 0.87% | - |
| XYZ | 44.85 | 60.6 | 68.36 | - |
| YUV | 189.19 | 138.04 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 222 | 207 | 0.47 | 0 | 0.07 | 0.13 | 171.35 | 0.61 | 0.67 |
| Hex | 76 | DE | CF | 2F | 0 | 7 | D | AB | 3D | 43 |
| Octal | 166 | 336 | 317 | 57 | 0 | 7 | 15 | 253 | 75 | 103 |
| Binary | 1110110 | 11011110 | 11001111 | 101111 | 0 | 111 | 1101 | 10101011 | 111101 | 1000011 |
Color Harmonies of #76DECF
Complementary color
Monochromatic Colors of #76DECF
Black with #76DECF
Text Example
Text Example
White with #76DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DECF; }
p { color: rgb(118,222,207); }
H1.HeaderClassName
{
color: #76DECF;
}
.AnyTagClassName
{
color: #76DECF;
}
</style>
background-color css
<style>
a { background-color: #76DECF; }
a { background-color: rgb(118,222,207); }
div.DivClassName
{
background-color: #76DECF;
}
.BgClassName
{
background-color: #76DECF;
}
</style>
border-color css
<style>
span { border-color: #76DECF; }
span { border-color: rgb(118,222,207); }
td.TdClassName
{
border-color: #76DECF;
}
.TagClassName
{
border-color: #76DECF;
}
</style>