Shades of Riptide #8AE2C7
Tints of Riptide #8AE2C7
RGB
CMYK
RGB Variations
Color information
#8AE2C7 (or 0x8AE2C7) is known color: Riptide. HEX triplet: 8A, E2 and C7. RGB value is (138,226,199). Sum of RGB (Red+Green+Blue) = 138+226+199=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #8AE2C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE2C7 is #751D38. Grayscale: #C4C4C4. Windows color (decimal): -7675193 or 13099658. OLE color: 13099658.
HSL color Cylindrical-coordinate representation of color #8AE2C7: hue angle of 161.59º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE2C7 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 226 | 199 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.11 |
| HSL | 161.59º | 0.6% | 0.71% | - |
| HSV(B) | 161.59º | 0.39% | 0.89% | - |
| XYZ | 47.99 | 63.92 | 63.84 | - |
| YUV | 196.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 226 | 199 | 0.39 | 0 | 0.12 | 0.11 | 161.59 | 0.6 | 0.71 |
| Hex | 8A | E2 | C7 | 27 | 0 | C | B | A2 | 3C | 47 |
| Octal | 212 | 342 | 307 | 47 | 0 | 14 | 13 | 242 | 74 | 107 |
| Binary | 10001010 | 11100010 | 11000111 | 100111 | 0 | 1100 | 1011 | 10100010 | 111100 | 1000111 |
Color Harmonies of #8AE2C7
Complementary color
Monochromatic Colors of #8AE2C7
Black with #8AE2C7
Text Example
Text Example
White with #8AE2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE2C7; }
p { color: rgb(138,226,199); }
H1.HeaderClassName
{
color: #8AE2C7;
}
.AnyTagClassName
{
color: #8AE2C7;
}
</style>
background-color css
<style>
a { background-color: #8AE2C7; }
a { background-color: rgb(138,226,199); }
div.DivClassName
{
background-color: #8AE2C7;
}
.BgClassName
{
background-color: #8AE2C7;
}
</style>
border-color css
<style>
span { border-color: #8AE2C7; }
span { border-color: rgb(138,226,199); }
td.TdClassName
{
border-color: #8AE2C7;
}
.TagClassName
{
border-color: #8AE2C7;
}
</style>