Shades of Riptide #8FDCBF
Tints of Riptide #8FDCBF
RGB
CMYK
RGB Variations
Color information
#8FDCBF (or 0x8FDCBF) is known color: Riptide. HEX triplet: 8F, DC and BF. RGB value is (143,220,191). Sum of RGB (Red+Green+Blue) = 143+220+191=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCBF is #702340. Grayscale: #C1C1C1. Windows color (decimal): -7349057 or 12573839. OLE color: 12573839.
HSL color Cylindrical-coordinate representation of color #8FDCBF: hue angle of 157.4º degrees, saturation: 0.52, 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 #8FDCBF is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 191 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.14 |
| HSL | 157.4º | 0.52% | 0.71% | - |
| HSV(B) | 157.4º | 0.35% | 0.86% | - |
| XYZ | 46.32 | 60.79 | 58.58 | - |
| YUV | 193.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 191 | 0.35 | 0 | 0.13 | 0.14 | 157.4 | 0.52 | 0.71 |
| Hex | 8F | DC | BF | 23 | 0 | D | E | 9D | 34 | 47 |
| Octal | 217 | 334 | 277 | 43 | 0 | 15 | 16 | 235 | 64 | 107 |
| Binary | 10001111 | 11011100 | 10111111 | 100011 | 0 | 1101 | 1110 | 10011101 | 110100 | 1000111 |
Color Harmonies of #8FDCBF
Complementary color
Monochromatic Colors of #8FDCBF
Black with #8FDCBF
Text Example
Text Example
White with #8FDCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCBF; }
p { color: rgb(143,220,191); }
H1.HeaderClassName
{
color: #8FDCBF;
}
.AnyTagClassName
{
color: #8FDCBF;
}
</style>
background-color css
<style>
a { background-color: #8FDCBF; }
a { background-color: rgb(143,220,191); }
div.DivClassName
{
background-color: #8FDCBF;
}
.BgClassName
{
background-color: #8FDCBF;
}
</style>
border-color css
<style>
span { border-color: #8FDCBF; }
span { border-color: rgb(143,220,191); }
td.TdClassName
{
border-color: #8FDCBF;
}
.TagClassName
{
border-color: #8FDCBF;
}
</style>