Shades of Riptide #8FEAE0
Tints of Riptide #8FEAE0
RGB
CMYK
RGB Variations
Color information
#8FEAE0 (or 0x8FEAE0) is known color: Riptide. HEX triplet: 8F, EA and E0. RGB value is (143,234,224). Sum of RGB (Red+Green+Blue) = 143+234+224=601 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.79% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEAE0 is #70151F. Grayscale: #CDCDCD. Windows color (decimal): -7345440 or 14740111. OLE color: 14740111.
HSL color Cylindrical-coordinate representation of color #8FEAE0: hue angle of 173.41º 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 #8FEAE0 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 234 | 224 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.08 |
| HSL | 173.41º | 0.68% | 0.74% | - |
| HSV(B) | 173.41º | 0.39% | 0.92% | - |
| XYZ | 54.21 | 70.07 | 81.19 | - |
| YUV | 205.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 234 | 224 | 0.39 | 0 | 0.04 | 0.08 | 173.41 | 0.68 | 0.74 |
| Hex | 8F | EA | E0 | 27 | 0 | 4 | 8 | AD | 44 | 4A |
| Octal | 217 | 352 | 340 | 47 | 0 | 4 | 10 | 255 | 104 | 112 |
| Binary | 10001111 | 11101010 | 11100000 | 100111 | 0 | 100 | 1000 | 10101101 | 1000100 | 1001010 |
Color Harmonies of #8FEAE0
Complementary color
Monochromatic Colors of #8FEAE0
Black with #8FEAE0
Text Example
Text Example
White with #8FEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEAE0; }
p { color: rgb(143,234,224); }
H1.HeaderClassName
{
color: #8FEAE0;
}
.AnyTagClassName
{
color: #8FEAE0;
}
</style>
background-color css
<style>
a { background-color: #8FEAE0; }
a { background-color: rgb(143,234,224); }
div.DivClassName
{
background-color: #8FEAE0;
}
.BgClassName
{
background-color: #8FEAE0;
}
</style>
border-color css
<style>
span { border-color: #8FEAE0; }
span { border-color: rgb(143,234,224); }
td.TdClassName
{
border-color: #8FEAE0;
}
.TagClassName
{
border-color: #8FEAE0;
}
</style>