Shades of Riptide #84D7C8
Tints of Riptide #84D7C8
RGB
CMYK
RGB Variations
Color information
#84D7C8 (or 0x84D7C8) is known color: Riptide. HEX triplet: 84, D7 and C8. RGB value is (132,215,200). Sum of RGB (Red+Green+Blue) = 132+215+200=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #84D7C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D7C8 is #7B2837. Grayscale: #BCBCBC. Windows color (decimal): -8071224 or 13162372. OLE color: 13162372.
HSL color Cylindrical-coordinate representation of color #84D7C8: hue angle of 169.16º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D7C8 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 200 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.16 |
| HSL | 169.16º | 0.51% | 0.68% | - |
| HSV(B) | 169.16º | 0.39% | 0.84% | - |
| XYZ | 44.24 | 57.68 | 63.44 | - |
| YUV | 188.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 200 | 0.39 | 0 | 0.07 | 0.16 | 169.16 | 0.51 | 0.68 |
| Hex | 84 | D7 | C8 | 27 | 0 | 7 | 10 | A9 | 33 | 44 |
| Octal | 204 | 327 | 310 | 47 | 0 | 7 | 20 | 251 | 63 | 104 |
| Binary | 10000100 | 11010111 | 11001000 | 100111 | 0 | 111 | 10000 | 10101001 | 110011 | 1000100 |
Color Harmonies of #84D7C8
Complementary color
Monochromatic Colors of #84D7C8
Black with #84D7C8
Text Example
Text Example
White with #84D7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D7C8; }
p { color: rgb(132,215,200); }
H1.HeaderClassName
{
color: #84D7C8;
}
.AnyTagClassName
{
color: #84D7C8;
}
</style>
background-color css
<style>
a { background-color: #84D7C8; }
a { background-color: rgb(132,215,200); }
div.DivClassName
{
background-color: #84D7C8;
}
.BgClassName
{
background-color: #84D7C8;
}
</style>
border-color css
<style>
span { border-color: #84D7C8; }
span { border-color: rgb(132,215,200); }
td.TdClassName
{
border-color: #84D7C8;
}
.TagClassName
{
border-color: #84D7C8;
}
</style>