Shades of Riptide #8FE5D0
Tints of Riptide #8FE5D0
RGB
CMYK
RGB Variations
Color information
#8FE5D0 (or 0x8FE5D0) is known color: Riptide. HEX triplet: 8F, E5 and D0. RGB value is (143,229,208). Sum of RGB (Red+Green+Blue) = 143+229+208=580 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.66% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 229 - color contains mainly: green. Hex color #8FE5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE5D0 is #701A2F. Grayscale: #C8C8C8. Windows color (decimal): -7346736 or 13690255. OLE color: 13690255.
HSL color Cylindrical-coordinate representation of color #8FE5D0: hue angle of 165.35º degrees, saturation: 0.62, 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 #8FE5D0 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 229 | 208 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.10 |
| HSL | 165.35º | 0.62% | 0.73% | - |
| HSV(B) | 165.35º | 0.38% | 0.9% | - |
| XYZ | 50.73 | 66.43 | 69.82 | - |
| YUV | 200.89 | 132.01 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 229 | 208 | 0.38 | 0 | 0.09 | 0.10 | 165.35 | 0.62 | 0.73 |
| Hex | 8F | E5 | D0 | 26 | 0 | 9 | A | A5 | 3E | 49 |
| Octal | 217 | 345 | 320 | 46 | 0 | 11 | 12 | 245 | 76 | 111 |
| Binary | 10001111 | 11100101 | 11010000 | 100110 | 0 | 1001 | 1010 | 10100101 | 111110 | 1001001 |
Color Harmonies of #8FE5D0
Complementary color
Monochromatic Colors of #8FE5D0
Black with #8FE5D0
Text Example
Text Example
White with #8FE5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE5D0; }
p { color: rgb(143,229,208); }
H1.HeaderClassName
{
color: #8FE5D0;
}
.AnyTagClassName
{
color: #8FE5D0;
}
</style>
background-color css
<style>
a { background-color: #8FE5D0; }
a { background-color: rgb(143,229,208); }
div.DivClassName
{
background-color: #8FE5D0;
}
.BgClassName
{
background-color: #8FE5D0;
}
</style>
border-color css
<style>
span { border-color: #8FE5D0; }
span { border-color: rgb(143,229,208); }
td.TdClassName
{
border-color: #8FE5D0;
}
.TagClassName
{
border-color: #8FE5D0;
}
</style>