Shades of Riptide #8FE0CF
Tints of Riptide #8FE0CF
RGB
CMYK
RGB Variations
Color information
#8FE0CF (or 0x8FE0CF) is known color: Riptide. HEX triplet: 8F, E0 and CF. RGB value is (143,224,207). Sum of RGB (Red+Green+Blue) = 143+224+207=574 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.91% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE0CF is #701F30. Grayscale: #C5C5C5. Windows color (decimal): -7348017 or 13623439. OLE color: 13623439.
HSL color Cylindrical-coordinate representation of color #8FE0CF: hue angle of 167.41º degrees, saturation: 0.57, 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 #8FE0CF is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 207 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.12 |
| HSL | 167.41º | 0.57% | 0.72% | - |
| HSV(B) | 167.41º | 0.36% | 0.88% | - |
| XYZ | 49.25 | 63.66 | 68.72 | - |
| YUV | 197.84 | 133.16 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 207 | 0.36 | 0 | 0.08 | 0.12 | 167.41 | 0.57 | 0.72 |
| Hex | 8F | E0 | CF | 24 | 0 | 8 | C | A7 | 39 | 48 |
| Octal | 217 | 340 | 317 | 44 | 0 | 10 | 14 | 247 | 71 | 110 |
| Binary | 10001111 | 11100000 | 11001111 | 100100 | 0 | 1000 | 1100 | 10100111 | 111001 | 1001000 |
Color Harmonies of #8FE0CF
Complementary color
Monochromatic Colors of #8FE0CF
Black with #8FE0CF
Text Example
Text Example
White with #8FE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE0CF; }
p { color: rgb(143,224,207); }
H1.HeaderClassName
{
color: #8FE0CF;
}
.AnyTagClassName
{
color: #8FE0CF;
}
</style>
background-color css
<style>
a { background-color: #8FE0CF; }
a { background-color: rgb(143,224,207); }
div.DivClassName
{
background-color: #8FE0CF;
}
.BgClassName
{
background-color: #8FE0CF;
}
</style>
border-color css
<style>
span { border-color: #8FE0CF; }
span { border-color: rgb(143,224,207); }
td.TdClassName
{
border-color: #8FE0CF;
}
.TagClassName
{
border-color: #8FE0CF;
}
</style>