Shades of Riptide #84E2CC
Tints of Riptide #84E2CC
RGB
CMYK
RGB Variations
Color information
#84E2CC (or 0x84E2CC) is known color: Riptide. HEX triplet: 84, E2 and CC. RGB value is (132,226,204). Sum of RGB (Red+Green+Blue) = 132+226+204=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #84E2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E2CC is #7B1D33. Grayscale: #C3C3C3. Windows color (decimal): -8068404 or 13427332. OLE color: 13427332.
HSL color Cylindrical-coordinate representation of color #84E2CC: hue angle of 165.96º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E2CC is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 226 | 204 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.11 |
| HSL | 165.96º | 0.62% | 0.7% | - |
| HSV(B) | 165.96º | 0.42% | 0.89% | - |
| XYZ | 47.61 | 63.66 | 66.9 | - |
| YUV | 195.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 226 | 204 | 0.42 | 0 | 0.10 | 0.11 | 165.96 | 0.62 | 0.7 |
| Hex | 84 | E2 | CC | 2A | 0 | A | B | A6 | 3E | 46 |
| Octal | 204 | 342 | 314 | 52 | 0 | 12 | 13 | 246 | 76 | 106 |
| Binary | 10000100 | 11100010 | 11001100 | 101010 | 0 | 1010 | 1011 | 10100110 | 111110 | 1000110 |
Color Harmonies of #84E2CC
Complementary color
Monochromatic Colors of #84E2CC
Black with #84E2CC
Text Example
Text Example
White with #84E2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E2CC; }
p { color: rgb(132,226,204); }
H1.HeaderClassName
{
color: #84E2CC;
}
.AnyTagClassName
{
color: #84E2CC;
}
</style>
background-color css
<style>
a { background-color: #84E2CC; }
a { background-color: rgb(132,226,204); }
div.DivClassName
{
background-color: #84E2CC;
}
.BgClassName
{
background-color: #84E2CC;
}
</style>
border-color css
<style>
span { border-color: #84E2CC; }
span { border-color: rgb(132,226,204); }
td.TdClassName
{
border-color: #84E2CC;
}
.TagClassName
{
border-color: #84E2CC;
}
</style>