Shades of Riptide #8FD6D1
Tints of Riptide #8FD6D1
RGB
CMYK
RGB Variations
Color information
#8FD6D1 (or 0x8FD6D1) is known color: Riptide. HEX triplet: 8F, D6 and D1. RGB value is (143,214,209). Sum of RGB (Red+Green+Blue) = 143+214+209=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD6D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD6D1 is #70292E. Grayscale: #C0C0C0. Windows color (decimal): -7350575 or 13751951. OLE color: 13751951.
HSL color Cylindrical-coordinate representation of color #8FD6D1: hue angle of 175.77º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD6D1 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 209 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.16 |
| HSL | 175.77º | 0.46% | 0.7% | - |
| HSV(B) | 175.77º | 0.33% | 0.84% | - |
| XYZ | 46.88 | 58.54 | 69.15 | - |
| YUV | 192.2 | 137.48 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 209 | 0.33 | 0 | 0.02 | 0.16 | 175.77 | 0.46 | 0.7 |
| Hex | 8F | D6 | D1 | 21 | 0 | 2 | 10 | B0 | 2E | 46 |
| Octal | 217 | 326 | 321 | 41 | 0 | 2 | 20 | 260 | 56 | 106 |
| Binary | 10001111 | 11010110 | 11010001 | 100001 | 0 | 10 | 10000 | 10110000 | 101110 | 1000110 |
Color Harmonies of #8FD6D1
Complementary color
Monochromatic Colors of #8FD6D1
Black with #8FD6D1
Text Example
Text Example
White with #8FD6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD6D1; }
p { color: rgb(143,214,209); }
H1.HeaderClassName
{
color: #8FD6D1;
}
.AnyTagClassName
{
color: #8FD6D1;
}
</style>
background-color css
<style>
a { background-color: #8FD6D1; }
a { background-color: rgb(143,214,209); }
div.DivClassName
{
background-color: #8FD6D1;
}
.BgClassName
{
background-color: #8FD6D1;
}
</style>
border-color css
<style>
span { border-color: #8FD6D1; }
span { border-color: rgb(143,214,209); }
td.TdClassName
{
border-color: #8FD6D1;
}
.TagClassName
{
border-color: #8FD6D1;
}
</style>