Shades of Riptide #84EBBC
Tints of Riptide #84EBBC
RGB
CMYK
RGB Variations
Color information
#84EBBC (or 0x84EBBC) is known color: Riptide. HEX triplet: 84, EB and BC. RGB value is (132,235,188). Sum of RGB (Red+Green+Blue) = 132+235+188=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBBC is #7B1443. Grayscale: #C6C6C6. Windows color (decimal): -8066116 or 12381060. OLE color: 12381060.
HSL color Cylindrical-coordinate representation of color #84EBBC: hue angle of 152.62º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EBBC is Cyan = 0.44, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 235 | 188 | - |
| CMYK | 0.44 | 0 | 0.2 | 0.08 |
| HSL | 152.62º | 0.72% | 0.72% | - |
| HSV(B) | 152.62º | 0.44% | 0.92% | - |
| XYZ | 48.3 | 67.95 | 58.15 | - |
| YUV | 198.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 235 | 188 | 0.44 | 0 | 0.2 | 0.08 | 152.62 | 0.72 | 0.72 |
| Hex | 84 | EB | BC | 2C | 0 | 14 | 8 | 99 | 48 | 48 |
| Octal | 204 | 353 | 274 | 54 | 0 | 24 | 10 | 231 | 110 | 110 |
| Binary | 10000100 | 11101011 | 10111100 | 101100 | 0 | 10100 | 1000 | 10011001 | 1001000 | 1001000 |
Color Harmonies of #84EBBC
Complementary color
Monochromatic Colors of #84EBBC
Black with #84EBBC
Text Example
Text Example
White with #84EBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EBBC; }
p { color: rgb(132,235,188); }
H1.HeaderClassName
{
color: #84EBBC;
}
.AnyTagClassName
{
color: #84EBBC;
}
</style>
background-color css
<style>
a { background-color: #84EBBC; }
a { background-color: rgb(132,235,188); }
div.DivClassName
{
background-color: #84EBBC;
}
.BgClassName
{
background-color: #84EBBC;
}
</style>
border-color css
<style>
span { border-color: #84EBBC; }
span { border-color: rgb(132,235,188); }
td.TdClassName
{
border-color: #84EBBC;
}
.TagClassName
{
border-color: #84EBBC;
}
</style>