Shades of Riptide #8BE8CE
Tints of Riptide #8BE8CE
RGB
CMYK
RGB Variations
Color information
#8BE8CE (or 0x8BE8CE) is known color: Riptide. HEX triplet: 8B, E8 and CE. RGB value is (139,232,206). Sum of RGB (Red+Green+Blue) = 139+232+206=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 232 (91.02% from 255 or 40.21% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE8CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE8CE is #741731. Grayscale: #C9C9C9. Windows color (decimal): -7608114 or 13559947. OLE color: 13559947.
HSL color Cylindrical-coordinate representation of color #8BE8CE: hue angle of 163.23º 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 #8BE8CE is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 232 | 206 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.09 |
| HSL | 163.23º | 0.67% | 0.73% | - |
| HSV(B) | 163.23º | 0.4% | 0.91% | - |
| XYZ | 50.64 | 67.66 | 68.78 | - |
| YUV | 201.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 232 | 206 | 0.40 | 0 | 0.11 | 0.09 | 163.23 | 0.67 | 0.73 |
| Hex | 8B | E8 | CE | 28 | 0 | B | 9 | A3 | 43 | 49 |
| Octal | 213 | 350 | 316 | 50 | 0 | 13 | 11 | 243 | 103 | 111 |
| Binary | 10001011 | 11101000 | 11001110 | 101000 | 0 | 1011 | 1001 | 10100011 | 1000011 | 1001001 |
Color Harmonies of #8BE8CE
Complementary color
Monochromatic Colors of #8BE8CE
Black with #8BE8CE
Text Example
Text Example
White with #8BE8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE8CE; }
p { color: rgb(139,232,206); }
H1.HeaderClassName
{
color: #8BE8CE;
}
.AnyTagClassName
{
color: #8BE8CE;
}
</style>
background-color css
<style>
a { background-color: #8BE8CE; }
a { background-color: rgb(139,232,206); }
div.DivClassName
{
background-color: #8BE8CE;
}
.BgClassName
{
background-color: #8BE8CE;
}
</style>
border-color css
<style>
span { border-color: #8BE8CE; }
span { border-color: rgb(139,232,206); }
td.TdClassName
{
border-color: #8BE8CE;
}
.TagClassName
{
border-color: #8BE8CE;
}
</style>