Shades of Riptide #83E4CF
Tints of Riptide #83E4CF
RGB
CMYK
RGB Variations
Color information
#83E4CF (or 0x83E4CF) is known color: Riptide. HEX triplet: 83, E4 and CF. RGB value is (131,228,207). Sum of RGB (Red+Green+Blue) = 131+228+207=566 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.14% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #83E4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E4CF is #7C1B30. Grayscale: #C4C4C4. Windows color (decimal): -8133425 or 13624451. OLE color: 13624451.
HSL color Cylindrical-coordinate representation of color #83E4CF: hue angle of 167.01º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83E4CF is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 228 | 207 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.11 |
| HSL | 167.01º | 0.64% | 0.7% | - |
| HSV(B) | 167.01º | 0.43% | 0.89% | - |
| XYZ | 48.37 | 64.82 | 68.99 | - |
| YUV | 196.6 | 133.86 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 228 | 207 | 0.43 | 0 | 0.09 | 0.11 | 167.01 | 0.64 | 0.7 |
| Hex | 83 | E4 | CF | 2B | 0 | 9 | B | A7 | 40 | 46 |
| Octal | 203 | 344 | 317 | 53 | 0 | 11 | 13 | 247 | 100 | 106 |
| Binary | 10000011 | 11100100 | 11001111 | 101011 | 0 | 1001 | 1011 | 10100111 | 1000000 | 1000110 |
Color Harmonies of #83E4CF
Complementary color
Monochromatic Colors of #83E4CF
Black with #83E4CF
Text Example
Text Example
White with #83E4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E4CF; }
p { color: rgb(131,228,207); }
H1.HeaderClassName
{
color: #83E4CF;
}
.AnyTagClassName
{
color: #83E4CF;
}
</style>
background-color css
<style>
a { background-color: #83E4CF; }
a { background-color: rgb(131,228,207); }
div.DivClassName
{
background-color: #83E4CF;
}
.BgClassName
{
background-color: #83E4CF;
}
</style>
border-color css
<style>
span { border-color: #83E4CF; }
span { border-color: rgb(131,228,207); }
td.TdClassName
{
border-color: #83E4CF;
}
.TagClassName
{
border-color: #83E4CF;
}
</style>