Shades of Riptide #8AE1BD
Tints of Riptide #8AE1BD
RGB
CMYK
RGB Variations
Color information
#8AE1BD (or 0x8AE1BD) is known color: Riptide. HEX triplet: 8A, E1 and BD. RGB value is (138,225,189). Sum of RGB (Red+Green+Blue) = 138+225+189=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE1BD is #751E42. Grayscale: #C2C2C2. Windows color (decimal): -7675459 or 12444042. OLE color: 12444042.
HSL color Cylindrical-coordinate representation of color #8AE1BD: hue angle of 155.17º 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 #8AE1BD is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 225 | 189 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.12 |
| HSL | 155.17º | 0.59% | 0.71% | - |
| HSV(B) | 155.17º | 0.39% | 0.88% | - |
| XYZ | 46.59 | 62.93 | 57.83 | - |
| YUV | 194.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 225 | 189 | 0.39 | 0 | 0.16 | 0.12 | 155.17 | 0.59 | 0.71 |
| Hex | 8A | E1 | BD | 27 | 0 | 10 | C | 9B | 3B | 47 |
| Octal | 212 | 341 | 275 | 47 | 0 | 20 | 14 | 233 | 73 | 107 |
| Binary | 10001010 | 11100001 | 10111101 | 100111 | 0 | 10000 | 1100 | 10011011 | 111011 | 1000111 |
Color Harmonies of #8AE1BD
Complementary color
Monochromatic Colors of #8AE1BD
Black with #8AE1BD
Text Example
Text Example
White with #8AE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE1BD; }
p { color: rgb(138,225,189); }
H1.HeaderClassName
{
color: #8AE1BD;
}
.AnyTagClassName
{
color: #8AE1BD;
}
</style>
background-color css
<style>
a { background-color: #8AE1BD; }
a { background-color: rgb(138,225,189); }
div.DivClassName
{
background-color: #8AE1BD;
}
.BgClassName
{
background-color: #8AE1BD;
}
</style>
border-color css
<style>
span { border-color: #8AE1BD; }
span { border-color: rgb(138,225,189); }
td.TdClassName
{
border-color: #8AE1BD;
}
.TagClassName
{
border-color: #8AE1BD;
}
</style>