Shades of Riptide #84EACF
Tints of Riptide #84EACF
RGB
CMYK
RGB Variations
Color information
#84EACF (or 0x84EACF) is known color: Riptide. HEX triplet: 84, EA and CF. RGB value is (132,234,207). Sum of RGB (Red+Green+Blue) = 132+234+207=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #84EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EACF is #7B1530. Grayscale: #C8C8C8. Windows color (decimal): -8066353 or 13625988. OLE color: 13625988.
HSL color Cylindrical-coordinate representation of color #84EACF: hue angle of 164.12º 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 #84EACF is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 234 | 207 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.08 |
| HSL | 164.12º | 0.71% | 0.72% | - |
| HSV(B) | 164.12º | 0.44% | 0.92% | - |
| XYZ | 50.2 | 68.26 | 69.56 | - |
| YUV | 200.42 | 131.71 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 207 | 0.44 | 0 | 0.12 | 0.08 | 164.12 | 0.71 | 0.72 |
| Hex | 84 | EA | CF | 2C | 0 | C | 8 | A4 | 47 | 48 |
| Octal | 204 | 352 | 317 | 54 | 0 | 14 | 10 | 244 | 107 | 110 |
| Binary | 10000100 | 11101010 | 11001111 | 101100 | 0 | 1100 | 1000 | 10100100 | 1000111 | 1001000 |
Color Harmonies of #84EACF
Complementary color
Monochromatic Colors of #84EACF
Black with #84EACF
Text Example
Text Example
White with #84EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EACF; }
p { color: rgb(132,234,207); }
H1.HeaderClassName
{
color: #84EACF;
}
.AnyTagClassName
{
color: #84EACF;
}
</style>
background-color css
<style>
a { background-color: #84EACF; }
a { background-color: rgb(132,234,207); }
div.DivClassName
{
background-color: #84EACF;
}
.BgClassName
{
background-color: #84EACF;
}
</style>
border-color css
<style>
span { border-color: #84EACF; }
span { border-color: rgb(132,234,207); }
td.TdClassName
{
border-color: #84EACF;
}
.TagClassName
{
border-color: #84EACF;
}
</style>