Shades of Riptide #8AE1DC
Tints of Riptide #8AE1DC
RGB
CMYK
RGB Variations
Color information
#8AE1DC (or 0x8AE1DC) is known color: Riptide. HEX triplet: 8A, E1 and DC. RGB value is (138,225,220). Sum of RGB (Red+Green+Blue) = 138+225+220=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE1DC is #751E23. Grayscale: #C6C6C6. Windows color (decimal): -7675428 or 14475658. OLE color: 14475658.
HSL color Cylindrical-coordinate representation of color #8AE1DC: hue angle of 176.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 #8AE1DC is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 225 | 220 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.12 |
| HSL | 176.55º | 0.59% | 0.71% | - |
| HSV(B) | 176.55º | 0.39% | 0.88% | - |
| XYZ | 50.32 | 64.42 | 77.49 | - |
| YUV | 198.42 | 140.18 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 225 | 220 | 0.39 | 0 | 0.02 | 0.12 | 176.55 | 0.59 | 0.71 |
| Hex | 8A | E1 | DC | 27 | 0 | 2 | C | B1 | 3B | 47 |
| Octal | 212 | 341 | 334 | 47 | 0 | 2 | 14 | 261 | 73 | 107 |
| Binary | 10001010 | 11100001 | 11011100 | 100111 | 0 | 10 | 1100 | 10110001 | 111011 | 1000111 |
Color Harmonies of #8AE1DC
Complementary color
Monochromatic Colors of #8AE1DC
Black with #8AE1DC
Text Example
Text Example
White with #8AE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE1DC; }
p { color: rgb(138,225,220); }
H1.HeaderClassName
{
color: #8AE1DC;
}
.AnyTagClassName
{
color: #8AE1DC;
}
</style>
background-color css
<style>
a { background-color: #8AE1DC; }
a { background-color: rgb(138,225,220); }
div.DivClassName
{
background-color: #8AE1DC;
}
.BgClassName
{
background-color: #8AE1DC;
}
</style>
border-color css
<style>
span { border-color: #8AE1DC; }
span { border-color: rgb(138,225,220); }
td.TdClassName
{
border-color: #8AE1DC;
}
.TagClassName
{
border-color: #8AE1DC;
}
</style>