Shades of Riptide #8FDBC0
Tints of Riptide #8FDBC0
RGB
CMYK
RGB Variations
Color information
#8FDBC0 (or 0x8FDBC0) is known color: Riptide. HEX triplet: 8F, DB and C0. RGB value is (143,219,192). Sum of RGB (Red+Green+Blue) = 143+219+192=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDBC0 is #70243F. Grayscale: #C1C1C1. Windows color (decimal): -7349312 or 12639119. OLE color: 12639119.
HSL color Cylindrical-coordinate representation of color #8FDBC0: hue angle of 158.68º 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 #8FDBC0 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 192 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.14 |
| HSL | 158.68º | 0.51% | 0.71% | - |
| HSV(B) | 158.68º | 0.35% | 0.86% | - |
| XYZ | 46.17 | 60.31 | 59.08 | - |
| YUV | 193.2 | 127.32 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 192 | 0.35 | 0 | 0.12 | 0.14 | 158.68 | 0.51 | 0.71 |
| Hex | 8F | DB | C0 | 23 | 0 | C | E | 9F | 33 | 47 |
| Octal | 217 | 333 | 300 | 43 | 0 | 14 | 16 | 237 | 63 | 107 |
| Binary | 10001111 | 11011011 | 11000000 | 100011 | 0 | 1100 | 1110 | 10011111 | 110011 | 1000111 |
Color Harmonies of #8FDBC0
Complementary color
Monochromatic Colors of #8FDBC0
Black with #8FDBC0
Text Example
Text Example
White with #8FDBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBC0; }
p { color: rgb(143,219,192); }
H1.HeaderClassName
{
color: #8FDBC0;
}
.AnyTagClassName
{
color: #8FDBC0;
}
</style>
background-color css
<style>
a { background-color: #8FDBC0; }
a { background-color: rgb(143,219,192); }
div.DivClassName
{
background-color: #8FDBC0;
}
.BgClassName
{
background-color: #8FDBC0;
}
</style>
border-color css
<style>
span { border-color: #8FDBC0; }
span { border-color: rgb(143,219,192); }
td.TdClassName
{
border-color: #8FDBC0;
}
.TagClassName
{
border-color: #8FDBC0;
}
</style>