Shades of Riptide #8FEAD0
Tints of Riptide #8FEAD0
RGB
CMYK
RGB Variations
Color information
#8FEAD0 (or 0x8FEAD0) is known color: Riptide. HEX triplet: 8F, EA and D0. RGB value is (143,234,208). Sum of RGB (Red+Green+Blue) = 143+234+208=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEAD0 is #70152F. Grayscale: #CBCBCB. Windows color (decimal): -7345456 or 13691535. OLE color: 13691535.
HSL color Cylindrical-coordinate representation of color #8FEAD0: hue angle of 162.86º 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 #8FEAD0 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 234 | 208 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.08 |
| HSL | 162.86º | 0.68% | 0.74% | - |
| HSV(B) | 162.86º | 0.39% | 0.92% | - |
| XYZ | 52.14 | 69.24 | 70.29 | - |
| YUV | 203.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 234 | 208 | 0.39 | 0 | 0.11 | 0.08 | 162.86 | 0.68 | 0.74 |
| Hex | 8F | EA | D0 | 27 | 0 | B | 8 | A3 | 44 | 4A |
| Octal | 217 | 352 | 320 | 47 | 0 | 13 | 10 | 243 | 104 | 112 |
| Binary | 10001111 | 11101010 | 11010000 | 100111 | 0 | 1011 | 1000 | 10100011 | 1000100 | 1001010 |
Color Harmonies of #8FEAD0
Complementary color
Monochromatic Colors of #8FEAD0
Black with #8FEAD0
Text Example
Text Example
White with #8FEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEAD0; }
p { color: rgb(143,234,208); }
H1.HeaderClassName
{
color: #8FEAD0;
}
.AnyTagClassName
{
color: #8FEAD0;
}
</style>
background-color css
<style>
a { background-color: #8FEAD0; }
a { background-color: rgb(143,234,208); }
div.DivClassName
{
background-color: #8FEAD0;
}
.BgClassName
{
background-color: #8FEAD0;
}
</style>
border-color css
<style>
span { border-color: #8FEAD0; }
span { border-color: rgb(143,234,208); }
td.TdClassName
{
border-color: #8FEAD0;
}
.TagClassName
{
border-color: #8FEAD0;
}
</style>