Shades of Riptide #8FDBBE
Tints of Riptide #8FDBBE
RGB
CMYK
RGB Variations
Color information
#8FDBBE (or 0x8FDBBE) is known color: Riptide. HEX triplet: 8F, DB and BE. RGB value is (143,219,190). Sum of RGB (Red+Green+Blue) = 143+219+190=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDBBE is #702441. Grayscale: #C1C1C1. Windows color (decimal): -7349314 or 12508047. OLE color: 12508047.
HSL color Cylindrical-coordinate representation of color #8FDBBE: hue angle of 157.11º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDBBE is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 190 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.14 |
| HSL | 157.11º | 0.51% | 0.71% | - |
| HSV(B) | 157.11º | 0.35% | 0.86% | - |
| XYZ | 45.95 | 60.22 | 57.92 | - |
| YUV | 192.97 | 126.32 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 190 | 0.35 | 0 | 0.13 | 0.14 | 157.11 | 0.51 | 0.71 |
| Hex | 8F | DB | BE | 23 | 0 | D | E | 9D | 33 | 47 |
| Octal | 217 | 333 | 276 | 43 | 0 | 15 | 16 | 235 | 63 | 107 |
| Binary | 10001111 | 11011011 | 10111110 | 100011 | 0 | 1101 | 1110 | 10011101 | 110011 | 1000111 |
Color Harmonies of #8FDBBE
Complementary color
Monochromatic Colors of #8FDBBE
Black with #8FDBBE
Text Example
Text Example
White with #8FDBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBBE; }
p { color: rgb(143,219,190); }
H1.HeaderClassName
{
color: #8FDBBE;
}
.AnyTagClassName
{
color: #8FDBBE;
}
</style>
background-color css
<style>
a { background-color: #8FDBBE; }
a { background-color: rgb(143,219,190); }
div.DivClassName
{
background-color: #8FDBBE;
}
.BgClassName
{
background-color: #8FDBBE;
}
</style>
border-color css
<style>
span { border-color: #8FDBBE; }
span { border-color: rgb(143,219,190); }
td.TdClassName
{
border-color: #8FDBBE;
}
.TagClassName
{
border-color: #8FDBBE;
}
</style>