Shades of Riptide #8FECD6
Tints of Riptide #8FECD6
RGB
CMYK
RGB Variations
Color information
#8FECD6 (or 0x8FECD6) is known color: Riptide. HEX triplet: 8F, EC and D6. RGB value is (143,236,214). Sum of RGB (Red+Green+Blue) = 143+236+214=593 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.11% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FECD6 is #701329. Grayscale: #CDCDCD. Windows color (decimal): -7344938 or 14085263. OLE color: 14085263.
HSL color Cylindrical-coordinate representation of color #8FECD6: hue angle of 165.81º 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 #8FECD6 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 214 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.07 |
| HSL | 165.81º | 0.71% | 0.74% | - |
| HSV(B) | 165.81º | 0.39% | 0.93% | - |
| XYZ | 53.46 | 70.69 | 74.44 | - |
| YUV | 205.69 | 132.69 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 214 | 0.39 | 0 | 0.09 | 0.07 | 165.81 | 0.71 | 0.74 |
| Hex | 8F | EC | D6 | 27 | 0 | 9 | 7 | A6 | 47 | 4A |
| Octal | 217 | 354 | 326 | 47 | 0 | 11 | 7 | 246 | 107 | 112 |
| Binary | 10001111 | 11101100 | 11010110 | 100111 | 0 | 1001 | 111 | 10100110 | 1000111 | 1001010 |
Color Harmonies of #8FECD6
Complementary color
Monochromatic Colors of #8FECD6
Black with #8FECD6
Text Example
Text Example
White with #8FECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECD6; }
p { color: rgb(143,236,214); }
H1.HeaderClassName
{
color: #8FECD6;
}
.AnyTagClassName
{
color: #8FECD6;
}
</style>
background-color css
<style>
a { background-color: #8FECD6; }
a { background-color: rgb(143,236,214); }
div.DivClassName
{
background-color: #8FECD6;
}
.BgClassName
{
background-color: #8FECD6;
}
</style>
border-color css
<style>
span { border-color: #8FECD6; }
span { border-color: rgb(143,236,214); }
td.TdClassName
{
border-color: #8FECD6;
}
.TagClassName
{
border-color: #8FECD6;
}
</style>