Shades of Riptide #8AE8DF
Tints of Riptide #8AE8DF
RGB
CMYK
RGB Variations
Color information
#8AE8DF (or 0x8AE8DF) is known color: Riptide. HEX triplet: 8A, E8 and DF. RGB value is (138,232,223). Sum of RGB (Red+Green+Blue) = 138+232+223=593 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.27% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #8AE8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE8DF is #751720. Grayscale: #CACACA. Windows color (decimal): -7673633 or 14674058. OLE color: 14674058.
HSL color Cylindrical-coordinate representation of color #8AE8DF: hue angle of 174.26º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AE8DF is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 232 | 223 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.09 |
| HSL | 174.26º | 0.67% | 0.73% | - |
| HSV(B) | 174.26º | 0.41% | 0.91% | - |
| XYZ | 52.66 | 68.44 | 80.25 | - |
| YUV | 202.87 | 139.36 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 232 | 223 | 0.41 | 0 | 0.04 | 0.09 | 174.26 | 0.67 | 0.73 |
| Hex | 8A | E8 | DF | 29 | 0 | 4 | 9 | AE | 43 | 49 |
| Octal | 212 | 350 | 337 | 51 | 0 | 4 | 11 | 256 | 103 | 111 |
| Binary | 10001010 | 11101000 | 11011111 | 101001 | 0 | 100 | 1001 | 10101110 | 1000011 | 1001001 |
Color Harmonies of #8AE8DF
Complementary color
Monochromatic Colors of #8AE8DF
Black with #8AE8DF
Text Example
Text Example
White with #8AE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE8DF; }
p { color: rgb(138,232,223); }
H1.HeaderClassName
{
color: #8AE8DF;
}
.AnyTagClassName
{
color: #8AE8DF;
}
</style>
background-color css
<style>
a { background-color: #8AE8DF; }
a { background-color: rgb(138,232,223); }
div.DivClassName
{
background-color: #8AE8DF;
}
.BgClassName
{
background-color: #8AE8DF;
}
</style>
border-color css
<style>
span { border-color: #8AE8DF; }
span { border-color: rgb(138,232,223); }
td.TdClassName
{
border-color: #8AE8DF;
}
.TagClassName
{
border-color: #8AE8DF;
}
</style>