Shades of Riptide #8AE6D4
Tints of Riptide #8AE6D4
RGB
CMYK
RGB Variations
Color information
#8AE6D4 (or 0x8AE6D4) is known color: Riptide. HEX triplet: 8A, E6 and D4. RGB value is (138,230,212). Sum of RGB (Red+Green+Blue) = 138+230+212=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #8AE6D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE6D4 is #75192B. Grayscale: #C8C8C8. Windows color (decimal): -7674156 or 13952650. OLE color: 13952650.
HSL color Cylindrical-coordinate representation of color #8AE6D4: hue angle of 168.26º degrees, saturation: 0.65, 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 #8AE6D4 is Cyan = 0.4, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 230 | 212 | - |
| CMYK | 0.4 | 0 | 0.08 | 0.10 |
| HSL | 168.26º | 0.65% | 0.72% | - |
| HSV(B) | 168.26º | 0.4% | 0.9% | - |
| XYZ | 50.66 | 66.75 | 72.5 | - |
| YUV | 200.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 230 | 212 | 0.4 | 0 | 0.08 | 0.10 | 168.26 | 0.65 | 0.72 |
| Hex | 8A | E6 | D4 | 28 | 0 | 8 | A | A8 | 41 | 48 |
| Octal | 212 | 346 | 324 | 50 | 0 | 10 | 12 | 250 | 101 | 110 |
| Binary | 10001010 | 11100110 | 11010100 | 101000 | 0 | 1000 | 1010 | 10101000 | 1000001 | 1001000 |
Color Harmonies of #8AE6D4
Complementary color
Monochromatic Colors of #8AE6D4
Black with #8AE6D4
Text Example
Text Example
White with #8AE6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE6D4; }
p { color: rgb(138,230,212); }
H1.HeaderClassName
{
color: #8AE6D4;
}
.AnyTagClassName
{
color: #8AE6D4;
}
</style>
background-color css
<style>
a { background-color: #8AE6D4; }
a { background-color: rgb(138,230,212); }
div.DivClassName
{
background-color: #8AE6D4;
}
.BgClassName
{
background-color: #8AE6D4;
}
</style>
border-color css
<style>
span { border-color: #8AE6D4; }
span { border-color: rgb(138,230,212); }
td.TdClassName
{
border-color: #8AE6D4;
}
.TagClassName
{
border-color: #8AE6D4;
}
</style>