Shades of Riptide #8FDDBE
Tints of Riptide #8FDDBE
RGB
CMYK
RGB Variations
Color information
#8FDDBE (or 0x8FDDBE) is known color: Riptide. HEX triplet: 8F, DD and BE. RGB value is (143,221,190). Sum of RGB (Red+Green+Blue) = 143+221+190=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDBE is #702241. Grayscale: #C2C2C2. Windows color (decimal): -7348802 or 12508559. OLE color: 12508559.
HSL color Cylindrical-coordinate representation of color #8FDDBE: hue angle of 156.15º 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 #8FDDBE is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 190 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.13 |
| HSL | 156.15º | 0.53% | 0.71% | - |
| HSV(B) | 156.15º | 0.35% | 0.87% | - |
| XYZ | 46.48 | 61.27 | 58.09 | - |
| YUV | 194.14 | 125.66 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 190 | 0.35 | 0 | 0.14 | 0.13 | 156.15 | 0.53 | 0.71 |
| Hex | 8F | DD | BE | 23 | 0 | E | D | 9C | 35 | 47 |
| Octal | 217 | 335 | 276 | 43 | 0 | 16 | 15 | 234 | 65 | 107 |
| Binary | 10001111 | 11011101 | 10111110 | 100011 | 0 | 1110 | 1101 | 10011100 | 110101 | 1000111 |
Color Harmonies of #8FDDBE
Complementary color
Monochromatic Colors of #8FDDBE
Black with #8FDDBE
Text Example
Text Example
White with #8FDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDBE; }
p { color: rgb(143,221,190); }
H1.HeaderClassName
{
color: #8FDDBE;
}
.AnyTagClassName
{
color: #8FDDBE;
}
</style>
background-color css
<style>
a { background-color: #8FDDBE; }
a { background-color: rgb(143,221,190); }
div.DivClassName
{
background-color: #8FDDBE;
}
.BgClassName
{
background-color: #8FDDBE;
}
</style>
border-color css
<style>
span { border-color: #8FDDBE; }
span { border-color: rgb(143,221,190); }
td.TdClassName
{
border-color: #8FDDBE;
}
.TagClassName
{
border-color: #8FDDBE;
}
</style>