Shades of Riptide #8FE1DA
Tints of Riptide #8FE1DA
RGB
CMYK
RGB Variations
Color information
#8FE1DA (or 0x8FE1DA) is known color: Riptide. HEX triplet: 8F, E1 and DA. RGB value is (143,225,218). Sum of RGB (Red+Green+Blue) = 143+225+218=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE1DA is #701E25. Grayscale: #C7C7C7. Windows color (decimal): -7347750 or 14344591. OLE color: 14344591.
HSL color Cylindrical-coordinate representation of color #8FE1DA: hue angle of 174.88º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FE1DA is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 218 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.12 |
| HSL | 174.88º | 0.58% | 0.72% | - |
| HSV(B) | 174.88º | 0.36% | 0.88% | - |
| XYZ | 50.91 | 64.75 | 76.14 | - |
| YUV | 199.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 218 | 0.36 | 0 | 0.03 | 0.12 | 174.88 | 0.58 | 0.72 |
| Hex | 8F | E1 | DA | 24 | 0 | 3 | C | AF | 3A | 48 |
| Octal | 217 | 341 | 332 | 44 | 0 | 3 | 14 | 257 | 72 | 110 |
| Binary | 10001111 | 11100001 | 11011010 | 100100 | 0 | 11 | 1100 | 10101111 | 111010 | 1001000 |
Color Harmonies of #8FE1DA
Complementary color
Monochromatic Colors of #8FE1DA
Black with #8FE1DA
Text Example
Text Example
White with #8FE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE1DA; }
p { color: rgb(143,225,218); }
H1.HeaderClassName
{
color: #8FE1DA;
}
.AnyTagClassName
{
color: #8FE1DA;
}
</style>
background-color css
<style>
a { background-color: #8FE1DA; }
a { background-color: rgb(143,225,218); }
div.DivClassName
{
background-color: #8FE1DA;
}
.BgClassName
{
background-color: #8FE1DA;
}
</style>
border-color css
<style>
span { border-color: #8FE1DA; }
span { border-color: rgb(143,225,218); }
td.TdClassName
{
border-color: #8FE1DA;
}
.TagClassName
{
border-color: #8FE1DA;
}
</style>