Shades of Riptide #84D0CE
Tints of Riptide #84D0CE
RGB
CMYK
RGB Variations
Color information
#84D0CE (or 0x84D0CE) is known color: Riptide. HEX triplet: 84, D0 and CE. RGB value is (132,208,206). Sum of RGB (Red+Green+Blue) = 132+208+206=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #84D0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D0CE is #7B2F31. Grayscale: #B8B8B8. Windows color (decimal): -8073010 or 13553796. OLE color: 13553796.
HSL color Cylindrical-coordinate representation of color #84D0CE: hue angle of 178.42º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D0CE is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 208 | 206 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.18 |
| HSL | 178.42º | 0.45% | 0.67% | - |
| HSV(B) | 178.42º | 0.37% | 0.82% | - |
| XYZ | 43.21 | 54.47 | 66.63 | - |
| YUV | 185.05 | 139.82 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 208 | 206 | 0.37 | 0 | 0.01 | 0.18 | 178.42 | 0.45 | 0.67 |
| Hex | 84 | D0 | CE | 25 | 0 | 1 | 12 | B2 | 2D | 43 |
| Octal | 204 | 320 | 316 | 45 | 0 | 1 | 22 | 262 | 55 | 103 |
| Binary | 10000100 | 11010000 | 11001110 | 100101 | 0 | 1 | 10010 | 10110010 | 101101 | 1000011 |
Color Harmonies of #84D0CE
Complementary color
Monochromatic Colors of #84D0CE
Black with #84D0CE
Text Example
Text Example
White with #84D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D0CE; }
p { color: rgb(132,208,206); }
H1.HeaderClassName
{
color: #84D0CE;
}
.AnyTagClassName
{
color: #84D0CE;
}
</style>
background-color css
<style>
a { background-color: #84D0CE; }
a { background-color: rgb(132,208,206); }
div.DivClassName
{
background-color: #84D0CE;
}
.BgClassName
{
background-color: #84D0CE;
}
</style>
border-color css
<style>
span { border-color: #84D0CE; }
span { border-color: rgb(132,208,206); }
td.TdClassName
{
border-color: #84D0CE;
}
.TagClassName
{
border-color: #84D0CE;
}
</style>