Shades of Riptide #8FE1CB
Tints of Riptide #8FE1CB
RGB
CMYK
RGB Variations
Color information
#8FE1CB (or 0x8FE1CB) is known color: Riptide. HEX triplet: 8F, E1 and CB. RGB value is (143,225,203). Sum of RGB (Red+Green+Blue) = 143+225+203=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE1CB is #701E34. Grayscale: #C5C5C5. Windows color (decimal): -7347765 or 13361551. OLE color: 13361551.
HSL color Cylindrical-coordinate representation of color #8FE1CB: hue angle of 163.9º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FE1CB is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 203 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.12 |
| HSL | 163.9º | 0.58% | 0.72% | - |
| HSV(B) | 163.9º | 0.36% | 0.88% | - |
| XYZ | 49.03 | 64 | 66.27 | - |
| YUV | 197.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 203 | 0.36 | 0 | 0.10 | 0.12 | 163.9 | 0.58 | 0.72 |
| Hex | 8F | E1 | CB | 24 | 0 | A | C | A4 | 3A | 48 |
| Octal | 217 | 341 | 313 | 44 | 0 | 12 | 14 | 244 | 72 | 110 |
| Binary | 10001111 | 11100001 | 11001011 | 100100 | 0 | 1010 | 1100 | 10100100 | 111010 | 1001000 |
Color Harmonies of #8FE1CB
Complementary color
Monochromatic Colors of #8FE1CB
Black with #8FE1CB
Text Example
Text Example
White with #8FE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE1CB; }
p { color: rgb(143,225,203); }
H1.HeaderClassName
{
color: #8FE1CB;
}
.AnyTagClassName
{
color: #8FE1CB;
}
</style>
background-color css
<style>
a { background-color: #8FE1CB; }
a { background-color: rgb(143,225,203); }
div.DivClassName
{
background-color: #8FE1CB;
}
.BgClassName
{
background-color: #8FE1CB;
}
</style>
border-color css
<style>
span { border-color: #8FE1CB; }
span { border-color: rgb(143,225,203); }
td.TdClassName
{
border-color: #8FE1CB;
}
.TagClassName
{
border-color: #8FE1CB;
}
</style>