Shades of Riptide #8FEADF
Tints of Riptide #8FEADF
RGB
CMYK
RGB Variations
Color information
#8FEADF (or 0x8FEADF) is known color: Riptide. HEX triplet: 8F, EA and DF. RGB value is (143,234,223). Sum of RGB (Red+Green+Blue) = 143+234+223=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEADF is #701520. Grayscale: #CDCDCD. Windows color (decimal): -7345441 or 14674575. OLE color: 14674575.
HSL color Cylindrical-coordinate representation of color #8FEADF: hue angle of 172.75º 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 #8FEADF is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 234 | 223 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.08 |
| HSL | 172.75º | 0.68% | 0.74% | - |
| HSV(B) | 172.75º | 0.39% | 0.92% | - |
| XYZ | 54.07 | 70.01 | 80.48 | - |
| YUV | 205.54 | 137.85 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 234 | 223 | 0.39 | 0 | 0.05 | 0.08 | 172.75 | 0.68 | 0.74 |
| Hex | 8F | EA | DF | 27 | 0 | 5 | 8 | AD | 44 | 4A |
| Octal | 217 | 352 | 337 | 47 | 0 | 5 | 10 | 255 | 104 | 112 |
| Binary | 10001111 | 11101010 | 11011111 | 100111 | 0 | 101 | 1000 | 10101101 | 1000100 | 1001010 |
Color Harmonies of #8FEADF
Complementary color
Monochromatic Colors of #8FEADF
Black with #8FEADF
Text Example
Text Example
White with #8FEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEADF; }
p { color: rgb(143,234,223); }
H1.HeaderClassName
{
color: #8FEADF;
}
.AnyTagClassName
{
color: #8FEADF;
}
</style>
background-color css
<style>
a { background-color: #8FEADF; }
a { background-color: rgb(143,234,223); }
div.DivClassName
{
background-color: #8FEADF;
}
.BgClassName
{
background-color: #8FEADF;
}
</style>
border-color css
<style>
span { border-color: #8FEADF; }
span { border-color: rgb(143,234,223); }
td.TdClassName
{
border-color: #8FEADF;
}
.TagClassName
{
border-color: #8FEADF;
}
</style>