Shades of Riptide #8AE5C8
Tints of Riptide #8AE5C8
RGB
CMYK
RGB Variations
Color information
#8AE5C8 (or 0x8AE5C8) is known color: Riptide. HEX triplet: 8A, E5 and C8. RGB value is (138,229,200). Sum of RGB (Red+Green+Blue) = 138+229+200=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE5C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE5C8 is #751A37. Grayscale: #C6C6C6. Windows color (decimal): -7674424 or 13165962. OLE color: 13165962.
HSL color Cylindrical-coordinate representation of color #8AE5C8: hue angle of 160.88º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE5C8 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 229 | 200 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.10 |
| HSL | 160.88º | 0.64% | 0.72% | - |
| HSV(B) | 160.88º | 0.4% | 0.9% | - |
| XYZ | 48.93 | 65.61 | 64.73 | - |
| YUV | 198.49 | 128.85 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 229 | 200 | 0.40 | 0 | 0.13 | 0.10 | 160.88 | 0.64 | 0.72 |
| Hex | 8A | E5 | C8 | 28 | 0 | D | A | A1 | 40 | 48 |
| Octal | 212 | 345 | 310 | 50 | 0 | 15 | 12 | 241 | 100 | 110 |
| Binary | 10001010 | 11100101 | 11001000 | 101000 | 0 | 1101 | 1010 | 10100001 | 1000000 | 1001000 |
Color Harmonies of #8AE5C8
Complementary color
Monochromatic Colors of #8AE5C8
Black with #8AE5C8
Text Example
Text Example
White with #8AE5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE5C8; }
p { color: rgb(138,229,200); }
H1.HeaderClassName
{
color: #8AE5C8;
}
.AnyTagClassName
{
color: #8AE5C8;
}
</style>
background-color css
<style>
a { background-color: #8AE5C8; }
a { background-color: rgb(138,229,200); }
div.DivClassName
{
background-color: #8AE5C8;
}
.BgClassName
{
background-color: #8AE5C8;
}
</style>
border-color css
<style>
span { border-color: #8AE5C8; }
span { border-color: rgb(138,229,200); }
td.TdClassName
{
border-color: #8AE5C8;
}
.TagClassName
{
border-color: #8AE5C8;
}
</style>