Shades of Riptide #8FDCC5
Tints of Riptide #8FDCC5
RGB
CMYK
RGB Variations
Color information
#8FDCC5 (or 0x8FDCC5) is known color: Riptide. HEX triplet: 8F, DC and C5. RGB value is (143,220,197). Sum of RGB (Red+Green+Blue) = 143+220+197=560 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.54% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCC5 is #70233A. Grayscale: #C2C2C2. Windows color (decimal): -7349051 or 12967055. OLE color: 12967055.
HSL color Cylindrical-coordinate representation of color #8FDCC5: hue angle of 162.08º 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 #8FDCC5 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 197 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.14 |
| HSL | 162.08º | 0.52% | 0.71% | - |
| HSV(B) | 162.08º | 0.35% | 0.86% | - |
| XYZ | 47 | 61.06 | 62.13 | - |
| YUV | 194.36 | 129.49 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 197 | 0.35 | 0 | 0.10 | 0.14 | 162.08 | 0.52 | 0.71 |
| Hex | 8F | DC | C5 | 23 | 0 | A | E | A2 | 34 | 47 |
| Octal | 217 | 334 | 305 | 43 | 0 | 12 | 16 | 242 | 64 | 107 |
| Binary | 10001111 | 11011100 | 11000101 | 100011 | 0 | 1010 | 1110 | 10100010 | 110100 | 1000111 |
Color Harmonies of #8FDCC5
Complementary color
Monochromatic Colors of #8FDCC5
Black with #8FDCC5
Text Example
Text Example
White with #8FDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCC5; }
p { color: rgb(143,220,197); }
H1.HeaderClassName
{
color: #8FDCC5;
}
.AnyTagClassName
{
color: #8FDCC5;
}
</style>
background-color css
<style>
a { background-color: #8FDCC5; }
a { background-color: rgb(143,220,197); }
div.DivClassName
{
background-color: #8FDCC5;
}
.BgClassName
{
background-color: #8FDCC5;
}
</style>
border-color css
<style>
span { border-color: #8FDCC5; }
span { border-color: rgb(143,220,197); }
td.TdClassName
{
border-color: #8FDCC5;
}
.TagClassName
{
border-color: #8FDCC5;
}
</style>