Shades of Riptide #8AE1BF
Tints of Riptide #8AE1BF
RGB
CMYK
RGB Variations
Color information
#8AE1BF (or 0x8AE1BF) is known color: Riptide. HEX triplet: 8A, E1 and BF. RGB value is (138,225,191). Sum of RGB (Red+Green+Blue) = 138+225+191=554 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.91% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE1BF is #751E40. Grayscale: #C3C3C3. Windows color (decimal): -7675457 or 12575114. OLE color: 12575114.
HSL color Cylindrical-coordinate representation of color #8AE1BF: hue angle of 156.55º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE1BF is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 225 | 191 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.12 |
| HSL | 156.55º | 0.59% | 0.71% | - |
| HSV(B) | 156.55º | 0.39% | 0.88% | - |
| XYZ | 46.81 | 63.02 | 58.99 | - |
| YUV | 195.11 | 125.68 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 225 | 191 | 0.39 | 0 | 0.15 | 0.12 | 156.55 | 0.59 | 0.71 |
| Hex | 8A | E1 | BF | 27 | 0 | F | C | 9D | 3B | 47 |
| Octal | 212 | 341 | 277 | 47 | 0 | 17 | 14 | 235 | 73 | 107 |
| Binary | 10001010 | 11100001 | 10111111 | 100111 | 0 | 1111 | 1100 | 10011101 | 111011 | 1000111 |
Color Harmonies of #8AE1BF
Complementary color
Monochromatic Colors of #8AE1BF
Black with #8AE1BF
Text Example
Text Example
White with #8AE1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE1BF; }
p { color: rgb(138,225,191); }
H1.HeaderClassName
{
color: #8AE1BF;
}
.AnyTagClassName
{
color: #8AE1BF;
}
</style>
background-color css
<style>
a { background-color: #8AE1BF; }
a { background-color: rgb(138,225,191); }
div.DivClassName
{
background-color: #8AE1BF;
}
.BgClassName
{
background-color: #8AE1BF;
}
</style>
border-color css
<style>
span { border-color: #8AE1BF; }
span { border-color: rgb(138,225,191); }
td.TdClassName
{
border-color: #8AE1BF;
}
.TagClassName
{
border-color: #8AE1BF;
}
</style>