Shades of Riptide #8FEADE
Tints of Riptide #8FEADE
RGB
CMYK
RGB Variations
Color information
#8FEADE (or 0x8FEADE) is known color: Riptide. HEX triplet: 8F, EA and DE. RGB value is (143,234,222). Sum of RGB (Red+Green+Blue) = 143+234+222=599 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.87% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEADE is #701521. Grayscale: #CDCDCD. Windows color (decimal): -7345442 or 14609039. OLE color: 14609039.
HSL color Cylindrical-coordinate representation of color #8FEADE: hue angle of 172.09º 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 #8FEADE is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 234 | 222 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.08 |
| HSL | 172.09º | 0.68% | 0.74% | - |
| HSV(B) | 172.09º | 0.39% | 0.92% | - |
| XYZ | 53.94 | 69.96 | 79.77 | - |
| YUV | 205.42 | 137.35 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 234 | 222 | 0.39 | 0 | 0.05 | 0.08 | 172.09 | 0.68 | 0.74 |
| Hex | 8F | EA | DE | 27 | 0 | 5 | 8 | AC | 44 | 4A |
| Octal | 217 | 352 | 336 | 47 | 0 | 5 | 10 | 254 | 104 | 112 |
| Binary | 10001111 | 11101010 | 11011110 | 100111 | 0 | 101 | 1000 | 10101100 | 1000100 | 1001010 |
Color Harmonies of #8FEADE
Complementary color
Monochromatic Colors of #8FEADE
Black with #8FEADE
Text Example
Text Example
White with #8FEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEADE; }
p { color: rgb(143,234,222); }
H1.HeaderClassName
{
color: #8FEADE;
}
.AnyTagClassName
{
color: #8FEADE;
}
</style>
background-color css
<style>
a { background-color: #8FEADE; }
a { background-color: rgb(143,234,222); }
div.DivClassName
{
background-color: #8FEADE;
}
.BgClassName
{
background-color: #8FEADE;
}
</style>
border-color css
<style>
span { border-color: #8FEADE; }
span { border-color: rgb(143,234,222); }
td.TdClassName
{
border-color: #8FEADE;
}
.TagClassName
{
border-color: #8FEADE;
}
</style>