Shades of Riptide #8FEDC3
Tints of Riptide #8FEDC3
RGB
CMYK
RGB Variations
Color information
#8FEDC3 (or 0x8FEDC3) is known color: Riptide. HEX triplet: 8F, ED and C3. RGB value is (143,237,195). Sum of RGB (Red+Green+Blue) = 143+237+195=575 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.87% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDC3 is #70123C. Grayscale: #CCCCCC. Windows color (decimal): -7344701 or 12840335. OLE color: 12840335.
HSL color Cylindrical-coordinate representation of color #8FEDC3: hue angle of 153.19º 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 #8FEDC3 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 195 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.07 |
| HSL | 153.19º | 0.72% | 0.75% | - |
| HSV(B) | 153.19º | 0.4% | 0.93% | - |
| XYZ | 51.46 | 70.35 | 62.5 | - |
| YUV | 204.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 195 | 0.40 | 0 | 0.18 | 0.07 | 153.19 | 0.72 | 0.75 |
| Hex | 8F | ED | C3 | 28 | 0 | 12 | 7 | 99 | 48 | 4B |
| Octal | 217 | 355 | 303 | 50 | 0 | 22 | 7 | 231 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11000011 | 101000 | 0 | 10010 | 111 | 10011001 | 1001000 | 1001011 |
Color Harmonies of #8FEDC3
Complementary color
Monochromatic Colors of #8FEDC3
Black with #8FEDC3
Text Example
Text Example
White with #8FEDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDC3; }
p { color: rgb(143,237,195); }
H1.HeaderClassName
{
color: #8FEDC3;
}
.AnyTagClassName
{
color: #8FEDC3;
}
</style>
background-color css
<style>
a { background-color: #8FEDC3; }
a { background-color: rgb(143,237,195); }
div.DivClassName
{
background-color: #8FEDC3;
}
.BgClassName
{
background-color: #8FEDC3;
}
</style>
border-color css
<style>
span { border-color: #8FEDC3; }
span { border-color: rgb(143,237,195); }
td.TdClassName
{
border-color: #8FEDC3;
}
.TagClassName
{
border-color: #8FEDC3;
}
</style>