Shades of Riptide #84D0CB
Tints of Riptide #84D0CB
RGB
CMYK
RGB Variations
Color information
#84D0CB (or 0x84D0CB) is known color: Riptide. HEX triplet: 84, D0 and CB. RGB value is (132,208,203). Sum of RGB (Red+Green+Blue) = 132+208+203=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #84D0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D0CB is #7B2F34. Grayscale: #B8B8B8. Windows color (decimal): -8073013 or 13357188. OLE color: 13357188.
HSL color Cylindrical-coordinate representation of color #84D0CB: hue angle of 176.05º 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 #84D0CB is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 208 | 203 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.18 |
| HSL | 176.05º | 0.45% | 0.67% | - |
| HSV(B) | 176.05º | 0.37% | 0.82% | - |
| XYZ | 42.85 | 54.33 | 64.73 | - |
| YUV | 184.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 208 | 203 | 0.37 | 0 | 0.02 | 0.18 | 176.05 | 0.45 | 0.67 |
| Hex | 84 | D0 | CB | 25 | 0 | 2 | 12 | B0 | 2D | 43 |
| Octal | 204 | 320 | 313 | 45 | 0 | 2 | 22 | 260 | 55 | 103 |
| Binary | 10000100 | 11010000 | 11001011 | 100101 | 0 | 10 | 10010 | 10110000 | 101101 | 1000011 |
Color Harmonies of #84D0CB
Complementary color
Monochromatic Colors of #84D0CB
Black with #84D0CB
Text Example
Text Example
White with #84D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D0CB; }
p { color: rgb(132,208,203); }
H1.HeaderClassName
{
color: #84D0CB;
}
.AnyTagClassName
{
color: #84D0CB;
}
</style>
background-color css
<style>
a { background-color: #84D0CB; }
a { background-color: rgb(132,208,203); }
div.DivClassName
{
background-color: #84D0CB;
}
.BgClassName
{
background-color: #84D0CB;
}
</style>
border-color css
<style>
span { border-color: #84D0CB; }
span { border-color: rgb(132,208,203); }
td.TdClassName
{
border-color: #84D0CB;
}
.TagClassName
{
border-color: #84D0CB;
}
</style>