Shades of Riptide #8AE1D2
Tints of Riptide #8AE1D2
RGB
CMYK
RGB Variations
Color information
#8AE1D2 (or 0x8AE1D2) is known color: Riptide. HEX triplet: 8A, E1 and D2. RGB value is (138,225,210). Sum of RGB (Red+Green+Blue) = 138+225+210=573 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.08% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE1D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE1D2 is #751E2D. Grayscale: #C5C5C5. Windows color (decimal): -7675438 or 13820298. OLE color: 13820298.
HSL color Cylindrical-coordinate representation of color #8AE1D2: hue angle of 169.66º 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 #8AE1D2 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 225 | 210 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.12 |
| HSL | 169.66º | 0.59% | 0.71% | - |
| HSV(B) | 169.66º | 0.39% | 0.88% | - |
| XYZ | 49.04 | 63.91 | 70.72 | - |
| YUV | 197.28 | 135.18 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 225 | 210 | 0.39 | 0 | 0.07 | 0.12 | 169.66 | 0.59 | 0.71 |
| Hex | 8A | E1 | D2 | 27 | 0 | 7 | C | AA | 3B | 47 |
| Octal | 212 | 341 | 322 | 47 | 0 | 7 | 14 | 252 | 73 | 107 |
| Binary | 10001010 | 11100001 | 11010010 | 100111 | 0 | 111 | 1100 | 10101010 | 111011 | 1000111 |
Color Harmonies of #8AE1D2
Complementary color
Monochromatic Colors of #8AE1D2
Black with #8AE1D2
Text Example
Text Example
White with #8AE1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE1D2; }
p { color: rgb(138,225,210); }
H1.HeaderClassName
{
color: #8AE1D2;
}
.AnyTagClassName
{
color: #8AE1D2;
}
</style>
background-color css
<style>
a { background-color: #8AE1D2; }
a { background-color: rgb(138,225,210); }
div.DivClassName
{
background-color: #8AE1D2;
}
.BgClassName
{
background-color: #8AE1D2;
}
</style>
border-color css
<style>
span { border-color: #8AE1D2; }
span { border-color: rgb(138,225,210); }
td.TdClassName
{
border-color: #8AE1D2;
}
.TagClassName
{
border-color: #8AE1D2;
}
</style>