Shades of Riptide #8FEDC8
Tints of Riptide #8FEDC8
RGB
CMYK
RGB Variations
Color information
#8FEDC8 (or 0x8FEDC8) is known color: Riptide. HEX triplet: 8F, ED and C8. RGB value is (143,237,200). Sum of RGB (Red+Green+Blue) = 143+237+200=580 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.66% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDC8 is #701237. Grayscale: #CCCCCC. Windows color (decimal): -7344696 or 13168015. OLE color: 13168015.
HSL color Cylindrical-coordinate representation of color #8FEDC8: hue angle of 156.38º 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 #8FEDC8 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 200 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.07 |
| HSL | 156.38º | 0.72% | 0.75% | - |
| HSV(B) | 156.38º | 0.4% | 0.93% | - |
| XYZ | 52.04 | 70.58 | 65.52 | - |
| YUV | 204.68 | 125.36 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 200 | 0.40 | 0 | 0.16 | 0.07 | 156.38 | 0.72 | 0.75 |
| Hex | 8F | ED | C8 | 28 | 0 | 10 | 7 | 9C | 48 | 4B |
| Octal | 217 | 355 | 310 | 50 | 0 | 20 | 7 | 234 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11001000 | 101000 | 0 | 10000 | 111 | 10011100 | 1001000 | 1001011 |
Color Harmonies of #8FEDC8
Complementary color
Monochromatic Colors of #8FEDC8
Black with #8FEDC8
Text Example
Text Example
White with #8FEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDC8; }
p { color: rgb(143,237,200); }
H1.HeaderClassName
{
color: #8FEDC8;
}
.AnyTagClassName
{
color: #8FEDC8;
}
</style>
background-color css
<style>
a { background-color: #8FEDC8; }
a { background-color: rgb(143,237,200); }
div.DivClassName
{
background-color: #8FEDC8;
}
.BgClassName
{
background-color: #8FEDC8;
}
</style>
border-color css
<style>
span { border-color: #8FEDC8; }
span { border-color: rgb(143,237,200); }
td.TdClassName
{
border-color: #8FEDC8;
}
.TagClassName
{
border-color: #8FEDC8;
}
</style>