Shades of Riptide #8BE1CA
Tints of Riptide #8BE1CA
RGB
CMYK
RGB Variations
Color information
#8BE1CA (or 0x8BE1CA) is known color: Riptide. HEX triplet: 8B, E1 and CA. RGB value is (139,225,202). Sum of RGB (Red+Green+Blue) = 139+225+202=566 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.56% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE1CA is #741E35. Grayscale: #C4C4C4. Windows color (decimal): -7609910 or 13296011. OLE color: 13296011.
HSL color Cylindrical-coordinate representation of color #8BE1CA: hue angle of 163.95º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE1CA is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 225 | 202 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.12 |
| HSL | 163.95º | 0.59% | 0.71% | - |
| HSV(B) | 163.95º | 0.38% | 0.88% | - |
| XYZ | 48.23 | 63.6 | 65.61 | - |
| YUV | 196.66 | 131.01 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 225 | 202 | 0.38 | 0 | 0.10 | 0.12 | 163.95 | 0.59 | 0.71 |
| Hex | 8B | E1 | CA | 26 | 0 | A | C | A4 | 3B | 47 |
| Octal | 213 | 341 | 312 | 46 | 0 | 12 | 14 | 244 | 73 | 107 |
| Binary | 10001011 | 11100001 | 11001010 | 100110 | 0 | 1010 | 1100 | 10100100 | 111011 | 1000111 |
Color Harmonies of #8BE1CA
Complementary color
Monochromatic Colors of #8BE1CA
Black with #8BE1CA
Text Example
Text Example
White with #8BE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE1CA; }
p { color: rgb(139,225,202); }
H1.HeaderClassName
{
color: #8BE1CA;
}
.AnyTagClassName
{
color: #8BE1CA;
}
</style>
background-color css
<style>
a { background-color: #8BE1CA; }
a { background-color: rgb(139,225,202); }
div.DivClassName
{
background-color: #8BE1CA;
}
.BgClassName
{
background-color: #8BE1CA;
}
</style>
border-color css
<style>
span { border-color: #8BE1CA; }
span { border-color: rgb(139,225,202); }
td.TdClassName
{
border-color: #8BE1CA;
}
.TagClassName
{
border-color: #8BE1CA;
}
</style>