Shades of Riptide #84DBCD
Tints of Riptide #84DBCD
RGB
CMYK
RGB Variations
Color information
#84DBCD (or 0x84DBCD) is known color: Riptide. HEX triplet: 84, DB and CD. RGB value is (132,219,205). Sum of RGB (Red+Green+Blue) = 132+219+205=556 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.74% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBCD is #7B2432. Grayscale: #BFBFBF. Windows color (decimal): -8070195 or 13491076. OLE color: 13491076.
HSL color Cylindrical-coordinate representation of color #84DBCD: hue angle of 170.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DBCD is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 205 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.14 |
| HSL | 170.34º | 0.55% | 0.69% | - |
| HSV(B) | 170.34º | 0.4% | 0.86% | - |
| XYZ | 45.87 | 59.98 | 66.92 | - |
| YUV | 191.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 205 | 0.40 | 0 | 0.06 | 0.14 | 170.34 | 0.55 | 0.69 |
| Hex | 84 | DB | CD | 28 | 0 | 6 | E | AA | 37 | 45 |
| Octal | 204 | 333 | 315 | 50 | 0 | 6 | 16 | 252 | 67 | 105 |
| Binary | 10000100 | 11011011 | 11001101 | 101000 | 0 | 110 | 1110 | 10101010 | 110111 | 1000101 |
Color Harmonies of #84DBCD
Complementary color
Monochromatic Colors of #84DBCD
Black with #84DBCD
Text Example
Text Example
White with #84DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBCD; }
p { color: rgb(132,219,205); }
H1.HeaderClassName
{
color: #84DBCD;
}
.AnyTagClassName
{
color: #84DBCD;
}
</style>
background-color css
<style>
a { background-color: #84DBCD; }
a { background-color: rgb(132,219,205); }
div.DivClassName
{
background-color: #84DBCD;
}
.BgClassName
{
background-color: #84DBCD;
}
</style>
border-color css
<style>
span { border-color: #84DBCD; }
span { border-color: rgb(132,219,205); }
td.TdClassName
{
border-color: #84DBCD;
}
.TagClassName
{
border-color: #84DBCD;
}
</style>