Shades of Riptide #8BE7D0
Tints of Riptide #8BE7D0
RGB
CMYK
RGB Variations
Color information
#8BE7D0 (or 0x8BE7D0) is known color: Riptide. HEX triplet: 8B, E7 and D0. RGB value is (139,231,208). Sum of RGB (Red+Green+Blue) = 139+231+208=578 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.05% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #8BE7D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE7D0 is #74182F. Grayscale: #C8C8C8. Windows color (decimal): -7608368 or 13690763. OLE color: 13690763.
HSL color Cylindrical-coordinate representation of color #8BE7D0: hue angle of 165º 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 #8BE7D0 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 231 | 208 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.09 |
| HSL | 165º | 0.66% | 0.73% | - |
| HSV(B) | 165º | 0.4% | 0.91% | - |
| XYZ | 50.61 | 67.19 | 69.98 | - |
| YUV | 200.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 231 | 208 | 0.40 | 0 | 0.10 | 0.09 | 165 | 0.66 | 0.73 |
| Hex | 8B | E7 | D0 | 28 | 0 | A | 9 | A5 | 42 | 49 |
| Octal | 213 | 347 | 320 | 50 | 0 | 12 | 11 | 245 | 102 | 111 |
| Binary | 10001011 | 11100111 | 11010000 | 101000 | 0 | 1010 | 1001 | 10100101 | 1000010 | 1001001 |
Color Harmonies of #8BE7D0
Complementary color
Monochromatic Colors of #8BE7D0
Black with #8BE7D0
Text Example
Text Example
White with #8BE7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE7D0; }
p { color: rgb(139,231,208); }
H1.HeaderClassName
{
color: #8BE7D0;
}
.AnyTagClassName
{
color: #8BE7D0;
}
</style>
background-color css
<style>
a { background-color: #8BE7D0; }
a { background-color: rgb(139,231,208); }
div.DivClassName
{
background-color: #8BE7D0;
}
.BgClassName
{
background-color: #8BE7D0;
}
</style>
border-color css
<style>
span { border-color: #8BE7D0; }
span { border-color: rgb(139,231,208); }
td.TdClassName
{
border-color: #8BE7D0;
}
.TagClassName
{
border-color: #8BE7D0;
}
</style>