Shades of Riptide #8FDAC0
Tints of Riptide #8FDAC0
RGB
CMYK
RGB Variations
Color information
#8FDAC0 (or 0x8FDAC0) is known color: Riptide. HEX triplet: 8F, DA and C0. RGB value is (143,218,192). Sum of RGB (Red+Green+Blue) = 143+218+192=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDAC0 is #70253F. Grayscale: #C0C0C0. Windows color (decimal): -7349568 or 12638863. OLE color: 12638863.
HSL color Cylindrical-coordinate representation of color #8FDAC0: hue angle of 159.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FDAC0 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 192 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.15 |
| HSL | 159.2º | 0.5% | 0.71% | - |
| HSV(B) | 159.2º | 0.34% | 0.85% | - |
| XYZ | 45.91 | 59.79 | 58.99 | - |
| YUV | 192.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 192 | 0.34 | 0 | 0.12 | 0.15 | 159.2 | 0.5 | 0.71 |
| Hex | 8F | DA | C0 | 22 | 0 | C | F | 9F | 32 | 47 |
| Octal | 217 | 332 | 300 | 42 | 0 | 14 | 17 | 237 | 62 | 107 |
| Binary | 10001111 | 11011010 | 11000000 | 100010 | 0 | 1100 | 1111 | 10011111 | 110010 | 1000111 |
Color Harmonies of #8FDAC0
Complementary color
Monochromatic Colors of #8FDAC0
Black with #8FDAC0
Text Example
Text Example
White with #8FDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDAC0; }
p { color: rgb(143,218,192); }
H1.HeaderClassName
{
color: #8FDAC0;
}
.AnyTagClassName
{
color: #8FDAC0;
}
</style>
background-color css
<style>
a { background-color: #8FDAC0; }
a { background-color: rgb(143,218,192); }
div.DivClassName
{
background-color: #8FDAC0;
}
.BgClassName
{
background-color: #8FDAC0;
}
</style>
border-color css
<style>
span { border-color: #8FDAC0; }
span { border-color: rgb(143,218,192); }
td.TdClassName
{
border-color: #8FDAC0;
}
.TagClassName
{
border-color: #8FDAC0;
}
</style>