Shades of Riptide #8FEAC2
Tints of Riptide #8FEAC2
RGB
CMYK
RGB Variations
Color information
#8FEAC2 (or 0x8FEAC2) is known color: Riptide. HEX triplet: 8F, EA and C2. RGB value is (143,234,194). Sum of RGB (Red+Green+Blue) = 143+234+194=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEAC2 is #70153D. Grayscale: #CACACA. Windows color (decimal): -7345470 or 12774031. OLE color: 12774031.
HSL color Cylindrical-coordinate representation of color #8FEAC2: hue angle of 153.63º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEAC2 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 234 | 194 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.08 |
| HSL | 153.63º | 0.68% | 0.74% | - |
| HSV(B) | 153.63º | 0.39% | 0.92% | - |
| XYZ | 50.49 | 68.58 | 61.62 | - |
| YUV | 202.23 | 123.35 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 234 | 194 | 0.39 | 0 | 0.17 | 0.08 | 153.63 | 0.68 | 0.74 |
| Hex | 8F | EA | C2 | 27 | 0 | 11 | 8 | 9A | 44 | 4A |
| Octal | 217 | 352 | 302 | 47 | 0 | 21 | 10 | 232 | 104 | 112 |
| Binary | 10001111 | 11101010 | 11000010 | 100111 | 0 | 10001 | 1000 | 10011010 | 1000100 | 1001010 |
Color Harmonies of #8FEAC2
Complementary color
Monochromatic Colors of #8FEAC2
Black with #8FEAC2
Text Example
Text Example
White with #8FEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEAC2; }
p { color: rgb(143,234,194); }
H1.HeaderClassName
{
color: #8FEAC2;
}
.AnyTagClassName
{
color: #8FEAC2;
}
</style>
background-color css
<style>
a { background-color: #8FEAC2; }
a { background-color: rgb(143,234,194); }
div.DivClassName
{
background-color: #8FEAC2;
}
.BgClassName
{
background-color: #8FEAC2;
}
</style>
border-color css
<style>
span { border-color: #8FEAC2; }
span { border-color: rgb(143,234,194); }
td.TdClassName
{
border-color: #8FEAC2;
}
.TagClassName
{
border-color: #8FEAC2;
}
</style>