Shades of Riptide #8FDDD1
Tints of Riptide #8FDDD1
RGB
CMYK
RGB Variations
Color information
#8FDDD1 (or 0x8FDDD1) is known color: Riptide. HEX triplet: 8F, DD and D1. RGB value is (143,221,209). Sum of RGB (Red+Green+Blue) = 143+221+209=573 (75% of max value = 765). Red value is 143 (56.25% from 255 or 24.96% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDD1 is #70222E. Grayscale: #C4C4C4. Windows color (decimal): -7348783 or 13753743. OLE color: 13753743.
HSL color Cylindrical-coordinate representation of color #8FDDD1: hue angle of 170.77º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDDD1 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 209 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.13 |
| HSL | 170.77º | 0.53% | 0.71% | - |
| HSV(B) | 170.77º | 0.35% | 0.87% | - |
| XYZ | 48.69 | 62.16 | 69.75 | - |
| YUV | 196.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 209 | 0.35 | 0 | 0.05 | 0.13 | 170.77 | 0.53 | 0.71 |
| Hex | 8F | DD | D1 | 23 | 0 | 5 | D | AB | 35 | 47 |
| Octal | 217 | 335 | 321 | 43 | 0 | 5 | 15 | 253 | 65 | 107 |
| Binary | 10001111 | 11011101 | 11010001 | 100011 | 0 | 101 | 1101 | 10101011 | 110101 | 1000111 |
Color Harmonies of #8FDDD1
Complementary color
Monochromatic Colors of #8FDDD1
Black with #8FDDD1
Text Example
Text Example
White with #8FDDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDD1; }
p { color: rgb(143,221,209); }
H1.HeaderClassName
{
color: #8FDDD1;
}
.AnyTagClassName
{
color: #8FDDD1;
}
</style>
background-color css
<style>
a { background-color: #8FDDD1; }
a { background-color: rgb(143,221,209); }
div.DivClassName
{
background-color: #8FDDD1;
}
.BgClassName
{
background-color: #8FDDD1;
}
</style>
border-color css
<style>
span { border-color: #8FDDD1; }
span { border-color: rgb(143,221,209); }
td.TdClassName
{
border-color: #8FDDD1;
}
.TagClassName
{
border-color: #8FDDD1;
}
</style>