Shades of Riptide #84ECC8
Tints of Riptide #84ECC8
RGB
CMYK
RGB Variations
Color information
#84ECC8 (or 0x84ECC8) is known color: Riptide. HEX triplet: 84, EC and C8. RGB value is (132,236,200). Sum of RGB (Red+Green+Blue) = 132+236+200=568 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.24% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECC8 is #7B1337. Grayscale: #C8C8C8. Windows color (decimal): -8065848 or 13167748. OLE color: 13167748.
HSL color Cylindrical-coordinate representation of color #84ECC8: hue angle of 159.23º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84ECC8 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 200 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.07 |
| HSL | 159.23º | 0.73% | 0.72% | - |
| HSV(B) | 159.23º | 0.44% | 0.93% | - |
| XYZ | 49.94 | 69.07 | 65.34 | - |
| YUV | 200.8 | 127.54 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 200 | 0.44 | 0 | 0.15 | 0.07 | 159.23 | 0.73 | 0.72 |
| Hex | 84 | EC | C8 | 2C | 0 | F | 7 | 9F | 49 | 48 |
| Octal | 204 | 354 | 310 | 54 | 0 | 17 | 7 | 237 | 111 | 110 |
| Binary | 10000100 | 11101100 | 11001000 | 101100 | 0 | 1111 | 111 | 10011111 | 1001001 | 1001000 |
Color Harmonies of #84ECC8
Complementary color
Monochromatic Colors of #84ECC8
Black with #84ECC8
Text Example
Text Example
White with #84ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ECC8; }
p { color: rgb(132,236,200); }
H1.HeaderClassName
{
color: #84ECC8;
}
.AnyTagClassName
{
color: #84ECC8;
}
</style>
background-color css
<style>
a { background-color: #84ECC8; }
a { background-color: rgb(132,236,200); }
div.DivClassName
{
background-color: #84ECC8;
}
.BgClassName
{
background-color: #84ECC8;
}
</style>
border-color css
<style>
span { border-color: #84ECC8; }
span { border-color: rgb(132,236,200); }
td.TdClassName
{
border-color: #84ECC8;
}
.TagClassName
{
border-color: #84ECC8;
}
</style>