Shades of Riptide #8BE2CA
Tints of Riptide #8BE2CA
RGB
CMYK
RGB Variations
Color information
#8BE2CA (or 0x8BE2CA) is known color: Riptide. HEX triplet: 8B, E2 and CA. RGB value is (139,226,202). Sum of RGB (Red+Green+Blue) = 139+226+202=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #8BE2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE2CA is #741D35. Grayscale: #C5C5C5. Windows color (decimal): -7609654 or 13296267. OLE color: 13296267.
HSL color Cylindrical-coordinate representation of color #8BE2CA: hue angle of 163.45º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE2CA is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 226 | 202 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.11 |
| HSL | 163.45º | 0.6% | 0.72% | - |
| HSV(B) | 163.45º | 0.38% | 0.89% | - |
| XYZ | 48.5 | 64.15 | 65.7 | - |
| YUV | 197.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 226 | 202 | 0.38 | 0 | 0.11 | 0.11 | 163.45 | 0.6 | 0.72 |
| Hex | 8B | E2 | CA | 26 | 0 | B | B | A3 | 3C | 48 |
| Octal | 213 | 342 | 312 | 46 | 0 | 13 | 13 | 243 | 74 | 110 |
| Binary | 10001011 | 11100010 | 11001010 | 100110 | 0 | 1011 | 1011 | 10100011 | 111100 | 1001000 |
Color Harmonies of #8BE2CA
Complementary color
Monochromatic Colors of #8BE2CA
Black with #8BE2CA
Text Example
Text Example
White with #8BE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE2CA; }
p { color: rgb(139,226,202); }
H1.HeaderClassName
{
color: #8BE2CA;
}
.AnyTagClassName
{
color: #8BE2CA;
}
</style>
background-color css
<style>
a { background-color: #8BE2CA; }
a { background-color: rgb(139,226,202); }
div.DivClassName
{
background-color: #8BE2CA;
}
.BgClassName
{
background-color: #8BE2CA;
}
</style>
border-color css
<style>
span { border-color: #8BE2CA; }
span { border-color: rgb(139,226,202); }
td.TdClassName
{
border-color: #8BE2CA;
}
.TagClassName
{
border-color: #8BE2CA;
}
</style>