Shades of Riptide #8BE8C9
Tints of Riptide #8BE8C9
RGB
CMYK
RGB Variations
Color information
#8BE8C9 (or 0x8BE8C9) is known color: Riptide. HEX triplet: 8B, E8 and C9. RGB value is (139,232,201). Sum of RGB (Red+Green+Blue) = 139+232+201=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE8C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE8C9 is #741736. Grayscale: #C8C8C8. Windows color (decimal): -7608119 or 13232267. OLE color: 13232267.
HSL color Cylindrical-coordinate representation of color #8BE8C9: hue angle of 160º degrees, saturation: 0.67, 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 #8BE8C9 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 232 | 201 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.09 |
| HSL | 160º | 0.67% | 0.73% | - |
| HSV(B) | 160º | 0.4% | 0.91% | - |
| XYZ | 50.05 | 67.42 | 65.63 | - |
| YUV | 200.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 232 | 201 | 0.40 | 0 | 0.13 | 0.09 | 160 | 0.67 | 0.73 |
| Hex | 8B | E8 | C9 | 28 | 0 | D | 9 | A0 | 43 | 49 |
| Octal | 213 | 350 | 311 | 50 | 0 | 15 | 11 | 240 | 103 | 111 |
| Binary | 10001011 | 11101000 | 11001001 | 101000 | 0 | 1101 | 1001 | 10100000 | 1000011 | 1001001 |
Color Harmonies of #8BE8C9
Complementary color
Monochromatic Colors of #8BE8C9
Black with #8BE8C9
Text Example
Text Example
White with #8BE8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE8C9; }
p { color: rgb(139,232,201); }
H1.HeaderClassName
{
color: #8BE8C9;
}
.AnyTagClassName
{
color: #8BE8C9;
}
</style>
background-color css
<style>
a { background-color: #8BE8C9; }
a { background-color: rgb(139,232,201); }
div.DivClassName
{
background-color: #8BE8C9;
}
.BgClassName
{
background-color: #8BE8C9;
}
</style>
border-color css
<style>
span { border-color: #8BE8C9; }
span { border-color: rgb(139,232,201); }
td.TdClassName
{
border-color: #8BE8C9;
}
.TagClassName
{
border-color: #8BE8C9;
}
</style>