Shades of Riptide #8BE7D1
Tints of Riptide #8BE7D1
RGB
CMYK
RGB Variations
Color information
#8BE7D1 (or 0x8BE7D1) is known color: Riptide. HEX triplet: 8B, E7 and D1. RGB value is (139,231,209). Sum of RGB (Red+Green+Blue) = 139+231+209=579 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.01% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 231 - color contains mainly: green. Hex color #8BE7D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE7D1 is #74182E. Grayscale: #C8C8C8. Windows color (decimal): -7608367 or 13756299. OLE color: 13756299.
HSL color Cylindrical-coordinate representation of color #8BE7D1: hue angle of 165.65º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE7D1 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 231 | 209 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.09 |
| HSL | 165.65º | 0.66% | 0.73% | - |
| HSV(B) | 165.65º | 0.4% | 0.91% | - |
| XYZ | 50.73 | 67.24 | 70.63 | - |
| YUV | 200.98 | 132.52 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 231 | 209 | 0.40 | 0 | 0.10 | 0.09 | 165.65 | 0.66 | 0.73 |
| Hex | 8B | E7 | D1 | 28 | 0 | A | 9 | A6 | 42 | 49 |
| Octal | 213 | 347 | 321 | 50 | 0 | 12 | 11 | 246 | 102 | 111 |
| Binary | 10001011 | 11100111 | 11010001 | 101000 | 0 | 1010 | 1001 | 10100110 | 1000010 | 1001001 |
Color Harmonies of #8BE7D1
Complementary color
Monochromatic Colors of #8BE7D1
Black with #8BE7D1
Text Example
Text Example
White with #8BE7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE7D1; }
p { color: rgb(139,231,209); }
H1.HeaderClassName
{
color: #8BE7D1;
}
.AnyTagClassName
{
color: #8BE7D1;
}
</style>
background-color css
<style>
a { background-color: #8BE7D1; }
a { background-color: rgb(139,231,209); }
div.DivClassName
{
background-color: #8BE7D1;
}
.BgClassName
{
background-color: #8BE7D1;
}
</style>
border-color css
<style>
span { border-color: #8BE7D1; }
span { border-color: rgb(139,231,209); }
td.TdClassName
{
border-color: #8BE7D1;
}
.TagClassName
{
border-color: #8BE7D1;
}
</style>