Shades of Riptide #84EADE
Tints of Riptide #84EADE
RGB
CMYK
RGB Variations
Color information
#84EADE (or 0x84EADE) is known color: Riptide. HEX triplet: 84, EA and DE. RGB value is (132,234,222). Sum of RGB (Red+Green+Blue) = 132+234+222=588 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.45% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #84EADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EADE is #7B1521. Grayscale: #CACACA. Windows color (decimal): -8066338 or 14609028. OLE color: 14609028.
HSL color Cylindrical-coordinate representation of color #84EADE: hue angle of 172.94º degrees, saturation: 0.71, 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 #84EADE is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 234 | 222 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.08 |
| HSL | 172.94º | 0.71% | 0.72% | - |
| HSV(B) | 172.94º | 0.44% | 0.92% | - |
| XYZ | 52.12 | 69.03 | 79.68 | - |
| YUV | 202.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 222 | 0.44 | 0 | 0.05 | 0.08 | 172.94 | 0.71 | 0.72 |
| Hex | 84 | EA | DE | 2C | 0 | 5 | 8 | AD | 47 | 48 |
| Octal | 204 | 352 | 336 | 54 | 0 | 5 | 10 | 255 | 107 | 110 |
| Binary | 10000100 | 11101010 | 11011110 | 101100 | 0 | 101 | 1000 | 10101101 | 1000111 | 1001000 |
Color Harmonies of #84EADE
Complementary color
Monochromatic Colors of #84EADE
Black with #84EADE
Text Example
Text Example
White with #84EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EADE; }
p { color: rgb(132,234,222); }
H1.HeaderClassName
{
color: #84EADE;
}
.AnyTagClassName
{
color: #84EADE;
}
</style>
background-color css
<style>
a { background-color: #84EADE; }
a { background-color: rgb(132,234,222); }
div.DivClassName
{
background-color: #84EADE;
}
.BgClassName
{
background-color: #84EADE;
}
</style>
border-color css
<style>
span { border-color: #84EADE; }
span { border-color: rgb(132,234,222); }
td.TdClassName
{
border-color: #84EADE;
}
.TagClassName
{
border-color: #84EADE;
}
</style>