Shades of Riptide #84E3C8
Tints of Riptide #84E3C8
RGB
CMYK
RGB Variations
Color information
#84E3C8 (or 0x84E3C8) is known color: Riptide. HEX triplet: 84, E3 and C8. RGB value is (132,227,200). Sum of RGB (Red+Green+Blue) = 132+227+200=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 227 - color contains mainly: green. Hex color #84E3C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E3C8 is #7B1C37. Grayscale: #C3C3C3. Windows color (decimal): -8068152 or 13165444. OLE color: 13165444.
HSL color Cylindrical-coordinate representation of color #84E3C8: hue angle of 162.95º degrees, saturation: 0.63, 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 #84E3C8 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 227 | 200 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.11 |
| HSL | 162.95º | 0.63% | 0.7% | - |
| HSV(B) | 162.95º | 0.42% | 0.89% | - |
| XYZ | 47.41 | 64.01 | 64.5 | - |
| YUV | 195.52 | 130.53 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 227 | 200 | 0.42 | 0 | 0.12 | 0.11 | 162.95 | 0.63 | 0.7 |
| Hex | 84 | E3 | C8 | 2A | 0 | C | B | A3 | 3F | 46 |
| Octal | 204 | 343 | 310 | 52 | 0 | 14 | 13 | 243 | 77 | 106 |
| Binary | 10000100 | 11100011 | 11001000 | 101010 | 0 | 1100 | 1011 | 10100011 | 111111 | 1000110 |
Color Harmonies of #84E3C8
Complementary color
Monochromatic Colors of #84E3C8
Black with #84E3C8
Text Example
Text Example
White with #84E3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E3C8; }
p { color: rgb(132,227,200); }
H1.HeaderClassName
{
color: #84E3C8;
}
.AnyTagClassName
{
color: #84E3C8;
}
</style>
background-color css
<style>
a { background-color: #84E3C8; }
a { background-color: rgb(132,227,200); }
div.DivClassName
{
background-color: #84E3C8;
}
.BgClassName
{
background-color: #84E3C8;
}
</style>
border-color css
<style>
span { border-color: #84E3C8; }
span { border-color: rgb(132,227,200); }
td.TdClassName
{
border-color: #84E3C8;
}
.TagClassName
{
border-color: #84E3C8;
}
</style>