Shades of Riptide #84ECBE
Tints of Riptide #84ECBE
RGB
CMYK
RGB Variations
Color information
#84ECBE (or 0x84ECBE) is known color: Riptide. HEX triplet: 84, EC and BE. RGB value is (132,236,190). Sum of RGB (Red+Green+Blue) = 132+236+190=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECBE is #7B1341. Grayscale: #C7C7C7. Windows color (decimal): -8065858 or 12512388. OLE color: 12512388.
HSL color Cylindrical-coordinate representation of color #84ECBE: hue angle of 153.46º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84ECBE is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 190 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.07 |
| HSL | 153.46º | 0.73% | 0.72% | - |
| HSV(B) | 153.46º | 0.44% | 0.93% | - |
| XYZ | 48.81 | 68.61 | 59.39 | - |
| YUV | 199.66 | 122.54 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 190 | 0.44 | 0 | 0.19 | 0.07 | 153.46 | 0.73 | 0.72 |
| Hex | 84 | EC | BE | 2C | 0 | 13 | 7 | 99 | 49 | 48 |
| Octal | 204 | 354 | 276 | 54 | 0 | 23 | 7 | 231 | 111 | 110 |
| Binary | 10000100 | 11101100 | 10111110 | 101100 | 0 | 10011 | 111 | 10011001 | 1001001 | 1001000 |
Color Harmonies of #84ECBE
Complementary color
Monochromatic Colors of #84ECBE
Black with #84ECBE
Text Example
Text Example
White with #84ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ECBE; }
p { color: rgb(132,236,190); }
H1.HeaderClassName
{
color: #84ECBE;
}
.AnyTagClassName
{
color: #84ECBE;
}
</style>
background-color css
<style>
a { background-color: #84ECBE; }
a { background-color: rgb(132,236,190); }
div.DivClassName
{
background-color: #84ECBE;
}
.BgClassName
{
background-color: #84ECBE;
}
</style>
border-color css
<style>
span { border-color: #84ECBE; }
span { border-color: rgb(132,236,190); }
td.TdClassName
{
border-color: #84ECBE;
}
.TagClassName
{
border-color: #84ECBE;
}
</style>