Shades of Riptide #8FE6CD
Tints of Riptide #8FE6CD
RGB
CMYK
RGB Variations
Color information
#8FE6CD (or 0x8FE6CD) is known color: Riptide. HEX triplet: 8F, E6 and CD. RGB value is (143,230,205). Sum of RGB (Red+Green+Blue) = 143+230+205=578 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.74% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #8FE6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FE6CD is #701932. Grayscale: #C9C9C9. Windows color (decimal): -7346483 or 13493903. OLE color: 13493903.
HSL color Cylindrical-coordinate representation of color #8FE6CD: hue angle of 162.76º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE6CD is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 230 | 205 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.10 |
| HSL | 162.76º | 0.64% | 0.73% | - |
| HSV(B) | 162.76º | 0.38% | 0.9% | - |
| XYZ | 50.64 | 66.84 | 67.99 | - |
| YUV | 201.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 230 | 205 | 0.38 | 0 | 0.11 | 0.10 | 162.76 | 0.64 | 0.73 |
| Hex | 8F | E6 | CD | 26 | 0 | B | A | A3 | 40 | 49 |
| Octal | 217 | 346 | 315 | 46 | 0 | 13 | 12 | 243 | 100 | 111 |
| Binary | 10001111 | 11100110 | 11001101 | 100110 | 0 | 1011 | 1010 | 10100011 | 1000000 | 1001001 |
Color Harmonies of #8FE6CD
Complementary color
Monochromatic Colors of #8FE6CD
Black with #8FE6CD
Text Example
Text Example
White with #8FE6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE6CD; }
p { color: rgb(143,230,205); }
H1.HeaderClassName
{
color: #8FE6CD;
}
.AnyTagClassName
{
color: #8FE6CD;
}
</style>
background-color css
<style>
a { background-color: #8FE6CD; }
a { background-color: rgb(143,230,205); }
div.DivClassName
{
background-color: #8FE6CD;
}
.BgClassName
{
background-color: #8FE6CD;
}
</style>
border-color css
<style>
span { border-color: #8FE6CD; }
span { border-color: rgb(143,230,205); }
td.TdClassName
{
border-color: #8FE6CD;
}
.TagClassName
{
border-color: #8FE6CD;
}
</style>