Shades of Riptide #84EBBE
Tints of Riptide #84EBBE
RGB
CMYK
RGB Variations
Color information
#84EBBE (or 0x84EBBE) is known color: Riptide. HEX triplet: 84, EB and BE. RGB value is (132,235,190). Sum of RGB (Red+Green+Blue) = 132+235+190=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBBE is #7B1441. Grayscale: #C7C7C7. Windows color (decimal): -8066114 or 12512132. OLE color: 12512132.
HSL color Cylindrical-coordinate representation of color #84EBBE: hue angle of 153.79º 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 #84EBBE is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 235 | 190 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.08 |
| HSL | 153.79º | 0.72% | 0.72% | - |
| HSV(B) | 153.79º | 0.44% | 0.92% | - |
| XYZ | 48.52 | 68.04 | 59.29 | - |
| YUV | 199.07 | 122.88 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 235 | 190 | 0.44 | 0 | 0.19 | 0.08 | 153.79 | 0.72 | 0.72 |
| Hex | 84 | EB | BE | 2C | 0 | 13 | 8 | 9A | 48 | 48 |
| Octal | 204 | 353 | 276 | 54 | 0 | 23 | 10 | 232 | 110 | 110 |
| Binary | 10000100 | 11101011 | 10111110 | 101100 | 0 | 10011 | 1000 | 10011010 | 1001000 | 1001000 |
Color Harmonies of #84EBBE
Complementary color
Monochromatic Colors of #84EBBE
Black with #84EBBE
Text Example
Text Example
White with #84EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EBBE; }
p { color: rgb(132,235,190); }
H1.HeaderClassName
{
color: #84EBBE;
}
.AnyTagClassName
{
color: #84EBBE;
}
</style>
background-color css
<style>
a { background-color: #84EBBE; }
a { background-color: rgb(132,235,190); }
div.DivClassName
{
background-color: #84EBBE;
}
.BgClassName
{
background-color: #84EBBE;
}
</style>
border-color css
<style>
span { border-color: #84EBBE; }
span { border-color: rgb(132,235,190); }
td.TdClassName
{
border-color: #84EBBE;
}
.TagClassName
{
border-color: #84EBBE;
}
</style>