Shades of Riptide #8FE0C6
Tints of Riptide #8FE0C6
RGB
CMYK
RGB Variations
Color information
#8FE0C6 (or 0x8FE0C6) is known color: Riptide. HEX triplet: 8F, E0 and C6. RGB value is (143,224,198). Sum of RGB (Red+Green+Blue) = 143+224+198=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE0C6 is #701F39. Grayscale: #C4C4C4. Windows color (decimal): -7348026 or 13033615. OLE color: 13033615.
HSL color Cylindrical-coordinate representation of color #8FE0C6: hue angle of 160.74º 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 #8FE0C6 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 198 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.12 |
| HSL | 160.74º | 0.57% | 0.72% | - |
| HSV(B) | 160.74º | 0.36% | 0.88% | - |
| XYZ | 48.18 | 63.23 | 63.09 | - |
| YUV | 196.82 | 128.66 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 198 | 0.36 | 0 | 0.12 | 0.12 | 160.74 | 0.57 | 0.72 |
| Hex | 8F | E0 | C6 | 24 | 0 | C | C | A1 | 39 | 48 |
| Octal | 217 | 340 | 306 | 44 | 0 | 14 | 14 | 241 | 71 | 110 |
| Binary | 10001111 | 11100000 | 11000110 | 100100 | 0 | 1100 | 1100 | 10100001 | 111001 | 1001000 |
Color Harmonies of #8FE0C6
Complementary color
Monochromatic Colors of #8FE0C6
Black with #8FE0C6
Text Example
Text Example
White with #8FE0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE0C6; }
p { color: rgb(143,224,198); }
H1.HeaderClassName
{
color: #8FE0C6;
}
.AnyTagClassName
{
color: #8FE0C6;
}
</style>
background-color css
<style>
a { background-color: #8FE0C6; }
a { background-color: rgb(143,224,198); }
div.DivClassName
{
background-color: #8FE0C6;
}
.BgClassName
{
background-color: #8FE0C6;
}
</style>
border-color css
<style>
span { border-color: #8FE0C6; }
span { border-color: rgb(143,224,198); }
td.TdClassName
{
border-color: #8FE0C6;
}
.TagClassName
{
border-color: #8FE0C6;
}
</style>