Shades of Riptide #8FEDC9
Tints of Riptide #8FEDC9
RGB
CMYK
RGB Variations
Color information
#8FEDC9 (or 0x8FEDC9) is known color: Riptide. HEX triplet: 8F, ED and C9. RGB value is (143,237,201). Sum of RGB (Red+Green+Blue) = 143+237+201=581 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.61% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDC9 is #701236. Grayscale: #CCCCCC. Windows color (decimal): -7344695 or 13233551. OLE color: 13233551.
HSL color Cylindrical-coordinate representation of color #8FEDC9: hue angle of 157.02º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDC9 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 201 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.07 |
| HSL | 157.02º | 0.72% | 0.75% | - |
| HSV(B) | 157.02º | 0.4% | 0.93% | - |
| XYZ | 52.15 | 70.63 | 66.14 | - |
| YUV | 204.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 201 | 0.40 | 0 | 0.15 | 0.07 | 157.02 | 0.72 | 0.75 |
| Hex | 8F | ED | C9 | 28 | 0 | F | 7 | 9D | 48 | 4B |
| Octal | 217 | 355 | 311 | 50 | 0 | 17 | 7 | 235 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11001001 | 101000 | 0 | 1111 | 111 | 10011101 | 1001000 | 1001011 |
Color Harmonies of #8FEDC9
Complementary color
Monochromatic Colors of #8FEDC9
Black with #8FEDC9
Text Example
Text Example
White with #8FEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDC9; }
p { color: rgb(143,237,201); }
H1.HeaderClassName
{
color: #8FEDC9;
}
.AnyTagClassName
{
color: #8FEDC9;
}
</style>
background-color css
<style>
a { background-color: #8FEDC9; }
a { background-color: rgb(143,237,201); }
div.DivClassName
{
background-color: #8FEDC9;
}
.BgClassName
{
background-color: #8FEDC9;
}
</style>
border-color css
<style>
span { border-color: #8FEDC9; }
span { border-color: rgb(143,237,201); }
td.TdClassName
{
border-color: #8FEDC9;
}
.TagClassName
{
border-color: #8FEDC9;
}
</style>