Shades of Riptide #84D8CA
Tints of Riptide #84D8CA
RGB
CMYK
RGB Variations
Color information
#84D8CA (or 0x84D8CA) is known color: Riptide. HEX triplet: 84, D8 and CA. RGB value is (132,216,202). Sum of RGB (Red+Green+Blue) = 132+216+202=550 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 216 - color contains mainly: green. Hex color #84D8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D8CA is #7B2735. Grayscale: #BDBDBD. Windows color (decimal): -8070966 or 13293700. OLE color: 13293700.
HSL color Cylindrical-coordinate representation of color #84D8CA: hue angle of 170º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D8CA is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 202 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.15 |
| HSL | 170º | 0.52% | 0.68% | - |
| HSV(B) | 170º | 0.39% | 0.85% | - |
| XYZ | 44.73 | 58.28 | 64.77 | - |
| YUV | 189.29 | 135.17 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 202 | 0.39 | 0 | 0.06 | 0.15 | 170 | 0.52 | 0.68 |
| Hex | 84 | D8 | CA | 27 | 0 | 6 | F | AA | 34 | 44 |
| Octal | 204 | 330 | 312 | 47 | 0 | 6 | 17 | 252 | 64 | 104 |
| Binary | 10000100 | 11011000 | 11001010 | 100111 | 0 | 110 | 1111 | 10101010 | 110100 | 1000100 |
Color Harmonies of #84D8CA
Complementary color
Monochromatic Colors of #84D8CA
Black with #84D8CA
Text Example
Text Example
White with #84D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D8CA; }
p { color: rgb(132,216,202); }
H1.HeaderClassName
{
color: #84D8CA;
}
.AnyTagClassName
{
color: #84D8CA;
}
</style>
background-color css
<style>
a { background-color: #84D8CA; }
a { background-color: rgb(132,216,202); }
div.DivClassName
{
background-color: #84D8CA;
}
.BgClassName
{
background-color: #84D8CA;
}
</style>
border-color css
<style>
span { border-color: #84D8CA; }
span { border-color: rgb(132,216,202); }
td.TdClassName
{
border-color: #84D8CA;
}
.TagClassName
{
border-color: #84D8CA;
}
</style>