Shades of Riptide #8FEDD2
Tints of Riptide #8FEDD2
RGB
CMYK
RGB Variations
Color information
#8FEDD2 (or 0x8FEDD2) is known color: Riptide. HEX triplet: 8F, ED and D2. RGB value is (143,237,210). Sum of RGB (Red+Green+Blue) = 143+237+210=590 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.24% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDD2 is #70122D. Grayscale: #CDCDCD. Windows color (decimal): -7344686 or 13823375. OLE color: 13823375.
HSL color Cylindrical-coordinate representation of color #8FEDD2: hue angle of 162.77º 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 #8FEDD2 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 210 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.07 |
| HSL | 162.77º | 0.72% | 0.75% | - |
| HSV(B) | 162.77º | 0.4% | 0.93% | - |
| XYZ | 53.24 | 71.06 | 71.88 | - |
| YUV | 205.82 | 130.36 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 210 | 0.40 | 0 | 0.11 | 0.07 | 162.77 | 0.72 | 0.75 |
| Hex | 8F | ED | D2 | 28 | 0 | B | 7 | A3 | 48 | 4B |
| Octal | 217 | 355 | 322 | 50 | 0 | 13 | 7 | 243 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11010010 | 101000 | 0 | 1011 | 111 | 10100011 | 1001000 | 1001011 |
Color Harmonies of #8FEDD2
Complementary color
Monochromatic Colors of #8FEDD2
Black with #8FEDD2
Text Example
Text Example
White with #8FEDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDD2; }
p { color: rgb(143,237,210); }
H1.HeaderClassName
{
color: #8FEDD2;
}
.AnyTagClassName
{
color: #8FEDD2;
}
</style>
background-color css
<style>
a { background-color: #8FEDD2; }
a { background-color: rgb(143,237,210); }
div.DivClassName
{
background-color: #8FEDD2;
}
.BgClassName
{
background-color: #8FEDD2;
}
</style>
border-color css
<style>
span { border-color: #8FEDD2; }
span { border-color: rgb(143,237,210); }
td.TdClassName
{
border-color: #8FEDD2;
}
.TagClassName
{
border-color: #8FEDD2;
}
</style>