Shades of Riptide #8FE8CF
Tints of Riptide #8FE8CF
RGB
CMYK
RGB Variations
Color information
#8FE8CF (or 0x8FE8CF) is known color: Riptide. HEX triplet: 8F, E8 and CF. RGB value is (143,232,207). Sum of RGB (Red+Green+Blue) = 143+232+207=582 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.57% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 232 - color contains mainly: green. Hex color #8FE8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FE8CF is #701730. Grayscale: #CACACA. Windows color (decimal): -7345969 or 13625487. OLE color: 13625487.
HSL color Cylindrical-coordinate representation of color #8FE8CF: hue angle of 163.15º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE8CF is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 232 | 207 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.09 |
| HSL | 163.15º | 0.66% | 0.74% | - |
| HSV(B) | 163.15º | 0.38% | 0.91% | - |
| XYZ | 51.45 | 68.06 | 69.46 | - |
| YUV | 202.54 | 130.51 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 232 | 207 | 0.38 | 0 | 0.11 | 0.09 | 163.15 | 0.66 | 0.74 |
| Hex | 8F | E8 | CF | 26 | 0 | B | 9 | A3 | 42 | 4A |
| Octal | 217 | 350 | 317 | 46 | 0 | 13 | 11 | 243 | 102 | 112 |
| Binary | 10001111 | 11101000 | 11001111 | 100110 | 0 | 1011 | 1001 | 10100011 | 1000010 | 1001010 |
Color Harmonies of #8FE8CF
Complementary color
Monochromatic Colors of #8FE8CF
Black with #8FE8CF
Text Example
Text Example
White with #8FE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE8CF; }
p { color: rgb(143,232,207); }
H1.HeaderClassName
{
color: #8FE8CF;
}
.AnyTagClassName
{
color: #8FE8CF;
}
</style>
background-color css
<style>
a { background-color: #8FE8CF; }
a { background-color: rgb(143,232,207); }
div.DivClassName
{
background-color: #8FE8CF;
}
.BgClassName
{
background-color: #8FE8CF;
}
</style>
border-color css
<style>
span { border-color: #8FE8CF; }
span { border-color: rgb(143,232,207); }
td.TdClassName
{
border-color: #8FE8CF;
}
.TagClassName
{
border-color: #8FE8CF;
}
</style>