Shades of Riptide #8FDEC5
Tints of Riptide #8FDEC5
RGB
CMYK
RGB Variations
Color information
#8FDEC5 (or 0x8FDEC5) is known color: Riptide. HEX triplet: 8F, DE and C5. RGB value is (143,222,197). Sum of RGB (Red+Green+Blue) = 143+222+197=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDEC5 is #70213A. Grayscale: #C3C3C3. Windows color (decimal): -7348539 or 12967567. OLE color: 12967567.
HSL color Cylindrical-coordinate representation of color #8FDEC5: hue angle of 161.01º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDEC5 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 197 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.13 |
| HSL | 161.01º | 0.54% | 0.72% | - |
| HSV(B) | 161.01º | 0.36% | 0.87% | - |
| XYZ | 47.53 | 62.11 | 62.31 | - |
| YUV | 195.53 | 128.83 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 197 | 0.36 | 0 | 0.11 | 0.13 | 161.01 | 0.54 | 0.72 |
| Hex | 8F | DE | C5 | 24 | 0 | B | D | A1 | 36 | 48 |
| Octal | 217 | 336 | 305 | 44 | 0 | 13 | 15 | 241 | 66 | 110 |
| Binary | 10001111 | 11011110 | 11000101 | 100100 | 0 | 1011 | 1101 | 10100001 | 110110 | 1001000 |
Color Harmonies of #8FDEC5
Complementary color
Monochromatic Colors of #8FDEC5
Black with #8FDEC5
Text Example
Text Example
White with #8FDEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDEC5; }
p { color: rgb(143,222,197); }
H1.HeaderClassName
{
color: #8FDEC5;
}
.AnyTagClassName
{
color: #8FDEC5;
}
</style>
background-color css
<style>
a { background-color: #8FDEC5; }
a { background-color: rgb(143,222,197); }
div.DivClassName
{
background-color: #8FDEC5;
}
.BgClassName
{
background-color: #8FDEC5;
}
</style>
border-color css
<style>
span { border-color: #8FDEC5; }
span { border-color: rgb(143,222,197); }
td.TdClassName
{
border-color: #8FDEC5;
}
.TagClassName
{
border-color: #8FDEC5;
}
</style>