Shades of Riptide #8FDDD0
Tints of Riptide #8FDDD0
RGB
CMYK
RGB Variations
Color information
#8FDDD0 (or 0x8FDDD0) is known color: Riptide. HEX triplet: 8F, DD and D0. RGB value is (143,221,208). Sum of RGB (Red+Green+Blue) = 143+221+208=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDD0 is #70222F. Grayscale: #C4C4C4. Windows color (decimal): -7348784 or 13688207. OLE color: 13688207.
HSL color Cylindrical-coordinate representation of color #8FDDD0: hue angle of 170º 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 #8FDDD0 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 208 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.13 |
| HSL | 170º | 0.53% | 0.71% | - |
| HSV(B) | 170º | 0.35% | 0.87% | - |
| XYZ | 48.57 | 62.11 | 69.1 | - |
| YUV | 196.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 208 | 0.35 | 0 | 0.06 | 0.13 | 170 | 0.53 | 0.71 |
| Hex | 8F | DD | D0 | 23 | 0 | 6 | D | AA | 35 | 47 |
| Octal | 217 | 335 | 320 | 43 | 0 | 6 | 15 | 252 | 65 | 107 |
| Binary | 10001111 | 11011101 | 11010000 | 100011 | 0 | 110 | 1101 | 10101010 | 110101 | 1000111 |
Color Harmonies of #8FDDD0
Complementary color
Monochromatic Colors of #8FDDD0
Black with #8FDDD0
Text Example
Text Example
White with #8FDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDD0; }
p { color: rgb(143,221,208); }
H1.HeaderClassName
{
color: #8FDDD0;
}
.AnyTagClassName
{
color: #8FDDD0;
}
</style>
background-color css
<style>
a { background-color: #8FDDD0; }
a { background-color: rgb(143,221,208); }
div.DivClassName
{
background-color: #8FDDD0;
}
.BgClassName
{
background-color: #8FDDD0;
}
</style>
border-color css
<style>
span { border-color: #8FDDD0; }
span { border-color: rgb(143,221,208); }
td.TdClassName
{
border-color: #8FDDD0;
}
.TagClassName
{
border-color: #8FDDD0;
}
</style>