Shades of Riptide #8FE6DE
Tints of Riptide #8FE6DE
RGB
CMYK
RGB Variations
Color information
#8FE6DE (or 0x8FE6DE) is known color: Riptide. HEX triplet: 8F, E6 and DE. RGB value is (143,230,222). Sum of RGB (Red+Green+Blue) = 143+230+222=595 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.03% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #8FE6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FE6DE is #701921. Grayscale: #CBCBCB. Windows color (decimal): -7346466 or 14608015. OLE color: 14608015.
HSL color Cylindrical-coordinate representation of color #8FE6DE: hue angle of 174.48º 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 #8FE6DE is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 230 | 222 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.10 |
| HSL | 174.48º | 0.64% | 0.73% | - |
| HSV(B) | 174.48º | 0.38% | 0.9% | - |
| XYZ | 52.81 | 67.71 | 79.39 | - |
| YUV | 203.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 230 | 222 | 0.38 | 0 | 0.03 | 0.10 | 174.48 | 0.64 | 0.73 |
| Hex | 8F | E6 | DE | 26 | 0 | 3 | A | AE | 40 | 49 |
| Octal | 217 | 346 | 336 | 46 | 0 | 3 | 12 | 256 | 100 | 111 |
| Binary | 10001111 | 11100110 | 11011110 | 100110 | 0 | 11 | 1010 | 10101110 | 1000000 | 1001001 |
Color Harmonies of #8FE6DE
Complementary color
Monochromatic Colors of #8FE6DE
Black with #8FE6DE
Text Example
Text Example
White with #8FE6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE6DE; }
p { color: rgb(143,230,222); }
H1.HeaderClassName
{
color: #8FE6DE;
}
.AnyTagClassName
{
color: #8FE6DE;
}
</style>
background-color css
<style>
a { background-color: #8FE6DE; }
a { background-color: rgb(143,230,222); }
div.DivClassName
{
background-color: #8FE6DE;
}
.BgClassName
{
background-color: #8FE6DE;
}
</style>
border-color css
<style>
span { border-color: #8FE6DE; }
span { border-color: rgb(143,230,222); }
td.TdClassName
{
border-color: #8FE6DE;
}
.TagClassName
{
border-color: #8FE6DE;
}
</style>