Shades of Riptide #8FE6CA
Tints of Riptide #8FE6CA
RGB
CMYK
RGB Variations
Color information
#8FE6CA (or 0x8FE6CA) is known color: Riptide. HEX triplet: 8F, E6 and CA. RGB value is (143,230,202). Sum of RGB (Red+Green+Blue) = 143+230+202=575 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.87% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #8FE6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FE6CA is #701935. Grayscale: #C8C8C8. Windows color (decimal): -7346486 or 13297295. OLE color: 13297295.
HSL color Cylindrical-coordinate representation of color #8FE6CA: hue angle of 160.69º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE6CA is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 230 | 202 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.10 |
| HSL | 160.69º | 0.64% | 0.73% | - |
| HSV(B) | 160.69º | 0.38% | 0.9% | - |
| XYZ | 50.29 | 66.7 | 66.1 | - |
| YUV | 200.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 230 | 202 | 0.38 | 0 | 0.12 | 0.10 | 160.69 | 0.64 | 0.73 |
| Hex | 8F | E6 | CA | 26 | 0 | C | A | A1 | 40 | 49 |
| Octal | 217 | 346 | 312 | 46 | 0 | 14 | 12 | 241 | 100 | 111 |
| Binary | 10001111 | 11100110 | 11001010 | 100110 | 0 | 1100 | 1010 | 10100001 | 1000000 | 1001001 |
Color Harmonies of #8FE6CA
Complementary color
Monochromatic Colors of #8FE6CA
Black with #8FE6CA
Text Example
Text Example
White with #8FE6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE6CA; }
p { color: rgb(143,230,202); }
H1.HeaderClassName
{
color: #8FE6CA;
}
.AnyTagClassName
{
color: #8FE6CA;
}
</style>
background-color css
<style>
a { background-color: #8FE6CA; }
a { background-color: rgb(143,230,202); }
div.DivClassName
{
background-color: #8FE6CA;
}
.BgClassName
{
background-color: #8FE6CA;
}
</style>
border-color css
<style>
span { border-color: #8FE6CA; }
span { border-color: rgb(143,230,202); }
td.TdClassName
{
border-color: #8FE6CA;
}
.TagClassName
{
border-color: #8FE6CA;
}
</style>