Shades of Riptide #84D5CE
Tints of Riptide #84D5CE
RGB
CMYK
RGB Variations
Color information
#84D5CE (or 0x84D5CE) is known color: Riptide. HEX triplet: 84, D5 and CE. RGB value is (132,213,206). Sum of RGB (Red+Green+Blue) = 132+213+206=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #84D5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D5CE is #7B2A31. Grayscale: #BBBBBB. Windows color (decimal): -8071730 or 13555076. OLE color: 13555076.
HSL color Cylindrical-coordinate representation of color #84D5CE: hue angle of 174.81º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D5CE is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 213 | 206 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.16 |
| HSL | 174.81º | 0.49% | 0.68% | - |
| HSV(B) | 174.81º | 0.38% | 0.84% | - |
| XYZ | 44.45 | 56.95 | 67.04 | - |
| YUV | 187.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 213 | 206 | 0.38 | 0 | 0.03 | 0.16 | 174.81 | 0.49 | 0.68 |
| Hex | 84 | D5 | CE | 26 | 0 | 3 | 10 | AF | 31 | 44 |
| Octal | 204 | 325 | 316 | 46 | 0 | 3 | 20 | 257 | 61 | 104 |
| Binary | 10000100 | 11010101 | 11001110 | 100110 | 0 | 11 | 10000 | 10101111 | 110001 | 1000100 |
Color Harmonies of #84D5CE
Complementary color
Monochromatic Colors of #84D5CE
Black with #84D5CE
Text Example
Text Example
White with #84D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D5CE; }
p { color: rgb(132,213,206); }
H1.HeaderClassName
{
color: #84D5CE;
}
.AnyTagClassName
{
color: #84D5CE;
}
</style>
background-color css
<style>
a { background-color: #84D5CE; }
a { background-color: rgb(132,213,206); }
div.DivClassName
{
background-color: #84D5CE;
}
.BgClassName
{
background-color: #84D5CE;
}
</style>
border-color css
<style>
span { border-color: #84D5CE; }
span { border-color: rgb(132,213,206); }
td.TdClassName
{
border-color: #84D5CE;
}
.TagClassName
{
border-color: #84D5CE;
}
</style>