Shades of Riptide #8FE1CF
Tints of Riptide #8FE1CF
RGB
CMYK
RGB Variations
Color information
#8FE1CF (or 0x8FE1CF) is known color: Riptide. HEX triplet: 8F, E1 and CF. RGB value is (143,225,207). Sum of RGB (Red+Green+Blue) = 143+225+207=575 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.87% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE1CF is #701E30. Grayscale: #C6C6C6. Windows color (decimal): -7347761 or 13623695. OLE color: 13623695.
HSL color Cylindrical-coordinate representation of color #8FE1CF: hue angle of 166.83º 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 #8FE1CF is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 207 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.12 |
| HSL | 166.83º | 0.58% | 0.72% | - |
| HSV(B) | 166.83º | 0.36% | 0.88% | - |
| XYZ | 49.52 | 64.2 | 68.81 | - |
| YUV | 198.43 | 132.83 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 207 | 0.36 | 0 | 0.08 | 0.12 | 166.83 | 0.58 | 0.72 |
| Hex | 8F | E1 | CF | 24 | 0 | 8 | C | A7 | 3A | 48 |
| Octal | 217 | 341 | 317 | 44 | 0 | 10 | 14 | 247 | 72 | 110 |
| Binary | 10001111 | 11100001 | 11001111 | 100100 | 0 | 1000 | 1100 | 10100111 | 111010 | 1001000 |
Color Harmonies of #8FE1CF
Complementary color
Monochromatic Colors of #8FE1CF
Black with #8FE1CF
Text Example
Text Example
White with #8FE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE1CF; }
p { color: rgb(143,225,207); }
H1.HeaderClassName
{
color: #8FE1CF;
}
.AnyTagClassName
{
color: #8FE1CF;
}
</style>
background-color css
<style>
a { background-color: #8FE1CF; }
a { background-color: rgb(143,225,207); }
div.DivClassName
{
background-color: #8FE1CF;
}
.BgClassName
{
background-color: #8FE1CF;
}
</style>
border-color css
<style>
span { border-color: #8FE1CF; }
span { border-color: rgb(143,225,207); }
td.TdClassName
{
border-color: #8FE1CF;
}
.TagClassName
{
border-color: #8FE1CF;
}
</style>