Shades of Riptide #84EAC2
Tints of Riptide #84EAC2
RGB
CMYK
RGB Variations
Color information
#84EAC2 (or 0x84EAC2) is known color: Riptide. HEX triplet: 84, EA and C2. RGB value is (132,234,194). Sum of RGB (Red+Green+Blue) = 132+234+194=560 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.57% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #84EAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EAC2 is #7B153D. Grayscale: #C7C7C7. Windows color (decimal): -8066366 or 12774020. OLE color: 12774020.
HSL color Cylindrical-coordinate representation of color #84EAC2: hue angle of 156.47º 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 #84EAC2 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 234 | 194 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.08 |
| HSL | 156.47º | 0.71% | 0.72% | - |
| HSV(B) | 156.47º | 0.44% | 0.92% | - |
| XYZ | 48.68 | 67.65 | 61.53 | - |
| YUV | 198.94 | 125.21 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 194 | 0.44 | 0 | 0.17 | 0.08 | 156.47 | 0.71 | 0.72 |
| Hex | 84 | EA | C2 | 2C | 0 | 11 | 8 | 9C | 47 | 48 |
| Octal | 204 | 352 | 302 | 54 | 0 | 21 | 10 | 234 | 107 | 110 |
| Binary | 10000100 | 11101010 | 11000010 | 101100 | 0 | 10001 | 1000 | 10011100 | 1000111 | 1001000 |
Color Harmonies of #84EAC2
Complementary color
Monochromatic Colors of #84EAC2
Black with #84EAC2
Text Example
Text Example
White with #84EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EAC2; }
p { color: rgb(132,234,194); }
H1.HeaderClassName
{
color: #84EAC2;
}
.AnyTagClassName
{
color: #84EAC2;
}
</style>
background-color css
<style>
a { background-color: #84EAC2; }
a { background-color: rgb(132,234,194); }
div.DivClassName
{
background-color: #84EAC2;
}
.BgClassName
{
background-color: #84EAC2;
}
</style>
border-color css
<style>
span { border-color: #84EAC2; }
span { border-color: rgb(132,234,194); }
td.TdClassName
{
border-color: #84EAC2;
}
.TagClassName
{
border-color: #84EAC2;
}
</style>