Shades of Riptide #8FECD5
Tints of Riptide #8FECD5
RGB
CMYK
RGB Variations
Color information
#8FECD5 (or 0x8FECD5) is known color: Riptide. HEX triplet: 8F, EC and D5. RGB value is (143,236,213). Sum of RGB (Red+Green+Blue) = 143+236+213=592 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.16% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FECD5 is #70132A. Grayscale: #CDCDCD. Windows color (decimal): -7344939 or 14019727. OLE color: 14019727.
HSL color Cylindrical-coordinate representation of color #8FECD5: hue angle of 165.16º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FECD5 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 213 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.07 |
| HSL | 165.16º | 0.71% | 0.74% | - |
| HSV(B) | 165.16º | 0.39% | 0.93% | - |
| XYZ | 53.33 | 70.63 | 73.77 | - |
| YUV | 205.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 213 | 0.39 | 0 | 0.10 | 0.07 | 165.16 | 0.71 | 0.74 |
| Hex | 8F | EC | D5 | 27 | 0 | A | 7 | A5 | 47 | 4A |
| Octal | 217 | 354 | 325 | 47 | 0 | 12 | 7 | 245 | 107 | 112 |
| Binary | 10001111 | 11101100 | 11010101 | 100111 | 0 | 1010 | 111 | 10100101 | 1000111 | 1001010 |
Color Harmonies of #8FECD5
Complementary color
Monochromatic Colors of #8FECD5
Black with #8FECD5
Text Example
Text Example
White with #8FECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECD5; }
p { color: rgb(143,236,213); }
H1.HeaderClassName
{
color: #8FECD5;
}
.AnyTagClassName
{
color: #8FECD5;
}
</style>
background-color css
<style>
a { background-color: #8FECD5; }
a { background-color: rgb(143,236,213); }
div.DivClassName
{
background-color: #8FECD5;
}
.BgClassName
{
background-color: #8FECD5;
}
</style>
border-color css
<style>
span { border-color: #8FECD5; }
span { border-color: rgb(143,236,213); }
td.TdClassName
{
border-color: #8FECD5;
}
.TagClassName
{
border-color: #8FECD5;
}
</style>