Shades of Riptide #8FEDCD
Tints of Riptide #8FEDCD
RGB
CMYK
RGB Variations
Color information
#8FEDCD (or 0x8FEDCD) is known color: Riptide. HEX triplet: 8F, ED and CD. RGB value is (143,237,205). Sum of RGB (Red+Green+Blue) = 143+237+205=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDCD is #701232. Grayscale: #CDCDCD. Windows color (decimal): -7344691 or 13495695. OLE color: 13495695.
HSL color Cylindrical-coordinate representation of color #8FEDCD: hue angle of 159.57º 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 #8FEDCD is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 205 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.07 |
| HSL | 159.57º | 0.72% | 0.75% | - |
| HSV(B) | 159.57º | 0.4% | 0.93% | - |
| XYZ | 52.63 | 70.82 | 68.65 | - |
| YUV | 205.25 | 127.86 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 205 | 0.40 | 0 | 0.14 | 0.07 | 159.57 | 0.72 | 0.75 |
| Hex | 8F | ED | CD | 28 | 0 | E | 7 | A0 | 48 | 4B |
| Octal | 217 | 355 | 315 | 50 | 0 | 16 | 7 | 240 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11001101 | 101000 | 0 | 1110 | 111 | 10100000 | 1001000 | 1001011 |
Color Harmonies of #8FEDCD
Complementary color
Monochromatic Colors of #8FEDCD
Black with #8FEDCD
Text Example
Text Example
White with #8FEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDCD; }
p { color: rgb(143,237,205); }
H1.HeaderClassName
{
color: #8FEDCD;
}
.AnyTagClassName
{
color: #8FEDCD;
}
</style>
background-color css
<style>
a { background-color: #8FEDCD; }
a { background-color: rgb(143,237,205); }
div.DivClassName
{
background-color: #8FEDCD;
}
.BgClassName
{
background-color: #8FEDCD;
}
</style>
border-color css
<style>
span { border-color: #8FEDCD; }
span { border-color: rgb(143,237,205); }
td.TdClassName
{
border-color: #8FEDCD;
}
.TagClassName
{
border-color: #8FEDCD;
}
</style>