Shades of Riptide #8FECD4
Tints of Riptide #8FECD4
RGB
CMYK
RGB Variations
Color information
#8FECD4 (or 0x8FECD4) is known color: Riptide. HEX triplet: 8F, EC and D4. RGB value is (143,236,212). Sum of RGB (Red+Green+Blue) = 143+236+212=591 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.20% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FECD4 is #70132B. Grayscale: #CDCDCD. Windows color (decimal): -7344940 or 13954191. OLE color: 13954191.
HSL color Cylindrical-coordinate representation of color #8FECD4: hue angle of 164.52º 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 #8FECD4 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 212 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.07 |
| HSL | 164.52º | 0.71% | 0.74% | - |
| HSV(B) | 164.52º | 0.39% | 0.93% | - |
| XYZ | 53.21 | 70.58 | 73.11 | - |
| YUV | 205.46 | 131.69 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 212 | 0.39 | 0 | 0.10 | 0.07 | 164.52 | 0.71 | 0.74 |
| Hex | 8F | EC | D4 | 27 | 0 | A | 7 | A5 | 47 | 4A |
| Octal | 217 | 354 | 324 | 47 | 0 | 12 | 7 | 245 | 107 | 112 |
| Binary | 10001111 | 11101100 | 11010100 | 100111 | 0 | 1010 | 111 | 10100101 | 1000111 | 1001010 |
Color Harmonies of #8FECD4
Complementary color
Monochromatic Colors of #8FECD4
Black with #8FECD4
Text Example
Text Example
White with #8FECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECD4; }
p { color: rgb(143,236,212); }
H1.HeaderClassName
{
color: #8FECD4;
}
.AnyTagClassName
{
color: #8FECD4;
}
</style>
background-color css
<style>
a { background-color: #8FECD4; }
a { background-color: rgb(143,236,212); }
div.DivClassName
{
background-color: #8FECD4;
}
.BgClassName
{
background-color: #8FECD4;
}
</style>
border-color css
<style>
span { border-color: #8FECD4; }
span { border-color: rgb(143,236,212); }
td.TdClassName
{
border-color: #8FECD4;
}
.TagClassName
{
border-color: #8FECD4;
}
</style>