Shades of Riptide #8FEADD
Tints of Riptide #8FEADD
RGB
CMYK
RGB Variations
Color information
#8FEADD (or 0x8FEADD) is known color: Riptide. HEX triplet: 8F, EA and DD. RGB value is (143,234,221). Sum of RGB (Red+Green+Blue) = 143+234+221=598 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.91% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEADD is #701522. Grayscale: #CDCDCD. Windows color (decimal): -7345443 or 14543503. OLE color: 14543503.
HSL color Cylindrical-coordinate representation of color #8FEADD: hue angle of 171.43º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEADD is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 234 | 221 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.08 |
| HSL | 171.43º | 0.68% | 0.74% | - |
| HSV(B) | 171.43º | 0.39% | 0.92% | - |
| XYZ | 53.8 | 69.91 | 79.06 | - |
| YUV | 205.31 | 136.85 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 234 | 221 | 0.39 | 0 | 0.06 | 0.08 | 171.43 | 0.68 | 0.74 |
| Hex | 8F | EA | DD | 27 | 0 | 6 | 8 | AB | 44 | 4A |
| Octal | 217 | 352 | 335 | 47 | 0 | 6 | 10 | 253 | 104 | 112 |
| Binary | 10001111 | 11101010 | 11011101 | 100111 | 0 | 110 | 1000 | 10101011 | 1000100 | 1001010 |
Color Harmonies of #8FEADD
Complementary color
Monochromatic Colors of #8FEADD
Black with #8FEADD
Text Example
Text Example
White with #8FEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEADD; }
p { color: rgb(143,234,221); }
H1.HeaderClassName
{
color: #8FEADD;
}
.AnyTagClassName
{
color: #8FEADD;
}
</style>
background-color css
<style>
a { background-color: #8FEADD; }
a { background-color: rgb(143,234,221); }
div.DivClassName
{
background-color: #8FEADD;
}
.BgClassName
{
background-color: #8FEADD;
}
</style>
border-color css
<style>
span { border-color: #8FEADD; }
span { border-color: rgb(143,234,221); }
td.TdClassName
{
border-color: #8FEADD;
}
.TagClassName
{
border-color: #8FEADD;
}
</style>