Shades of Riptide #8FEDD1
Tints of Riptide #8FEDD1
RGB
CMYK
RGB Variations
Color information
#8FEDD1 (or 0x8FEDD1) is known color: Riptide. HEX triplet: 8F, ED and D1. RGB value is (143,237,209). Sum of RGB (Red+Green+Blue) = 143+237+209=589 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.28% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDD1 is #70122E. Grayscale: #CDCDCD. Windows color (decimal): -7344687 or 13757839. OLE color: 13757839.
HSL color Cylindrical-coordinate representation of color #8FEDD1: hue angle of 162.13º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDD1 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 209 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.07 |
| HSL | 162.13º | 0.72% | 0.75% | - |
| HSV(B) | 162.13º | 0.4% | 0.93% | - |
| XYZ | 53.12 | 71.01 | 71.23 | - |
| YUV | 205.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 209 | 0.40 | 0 | 0.12 | 0.07 | 162.13 | 0.72 | 0.75 |
| Hex | 8F | ED | D1 | 28 | 0 | C | 7 | A2 | 48 | 4B |
| Octal | 217 | 355 | 321 | 50 | 0 | 14 | 7 | 242 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11010001 | 101000 | 0 | 1100 | 111 | 10100010 | 1001000 | 1001011 |
Color Harmonies of #8FEDD1
Complementary color
Monochromatic Colors of #8FEDD1
Black with #8FEDD1
Text Example
Text Example
White with #8FEDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDD1; }
p { color: rgb(143,237,209); }
H1.HeaderClassName
{
color: #8FEDD1;
}
.AnyTagClassName
{
color: #8FEDD1;
}
</style>
background-color css
<style>
a { background-color: #8FEDD1; }
a { background-color: rgb(143,237,209); }
div.DivClassName
{
background-color: #8FEDD1;
}
.BgClassName
{
background-color: #8FEDD1;
}
</style>
border-color css
<style>
span { border-color: #8FEDD1; }
span { border-color: rgb(143,237,209); }
td.TdClassName
{
border-color: #8FEDD1;
}
.TagClassName
{
border-color: #8FEDD1;
}
</style>