Shades of Riptide #8BEABF
Tints of Riptide #8BEABF
RGB
CMYK
RGB Variations
Color information
#8BEABF (or 0x8BEABF) is known color: Riptide. HEX triplet: 8B, EA and BF. RGB value is (139,234,191). Sum of RGB (Red+Green+Blue) = 139+234+191=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEABF is #741540. Grayscale: #C8C8C8. Windows color (decimal): -7607617 or 12577419. OLE color: 12577419.
HSL color Cylindrical-coordinate representation of color #8BEABF: hue angle of 152.84º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEABF is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 234 | 191 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.08 |
| HSL | 152.84º | 0.69% | 0.73% | - |
| HSV(B) | 152.84º | 0.41% | 0.92% | - |
| XYZ | 49.47 | 68.1 | 59.83 | - |
| YUV | 200.69 | 122.53 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 191 | 0.41 | 0 | 0.18 | 0.08 | 152.84 | 0.69 | 0.73 |
| Hex | 8B | EA | BF | 29 | 0 | 12 | 8 | 99 | 45 | 49 |
| Octal | 213 | 352 | 277 | 51 | 0 | 22 | 10 | 231 | 105 | 111 |
| Binary | 10001011 | 11101010 | 10111111 | 101001 | 0 | 10010 | 1000 | 10011001 | 1000101 | 1001001 |
Color Harmonies of #8BEABF
Complementary color
Monochromatic Colors of #8BEABF
Black with #8BEABF
Text Example
Text Example
White with #8BEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEABF; }
p { color: rgb(139,234,191); }
H1.HeaderClassName
{
color: #8BEABF;
}
.AnyTagClassName
{
color: #8BEABF;
}
</style>
background-color css
<style>
a { background-color: #8BEABF; }
a { background-color: rgb(139,234,191); }
div.DivClassName
{
background-color: #8BEABF;
}
.BgClassName
{
background-color: #8BEABF;
}
</style>
border-color css
<style>
span { border-color: #8BEABF; }
span { border-color: rgb(139,234,191); }
td.TdClassName
{
border-color: #8BEABF;
}
.TagClassName
{
border-color: #8BEABF;
}
</style>