Shades of Riptide #8AEACE
Tints of Riptide #8AEACE
RGB
CMYK
RGB Variations
Color information
#8AEACE (or 0x8AEACE) is known color: Riptide. HEX triplet: 8A, EA and CE. RGB value is (138,234,206). Sum of RGB (Red+Green+Blue) = 138+234+206=578 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.88% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEACE is #751531. Grayscale: #CACACA. Windows color (decimal): -7673138 or 13560458. OLE color: 13560458.
HSL color Cylindrical-coordinate representation of color #8AEACE: hue angle of 162.5º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AEACE is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 234 | 206 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.08 |
| HSL | 162.5º | 0.7% | 0.73% | - |
| HSV(B) | 162.5º | 0.41% | 0.92% | - |
| XYZ | 51.04 | 68.71 | 68.96 | - |
| YUV | 202.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 234 | 206 | 0.41 | 0 | 0.12 | 0.08 | 162.5 | 0.7 | 0.73 |
| Hex | 8A | EA | CE | 29 | 0 | C | 8 | A2 | 46 | 49 |
| Octal | 212 | 352 | 316 | 51 | 0 | 14 | 10 | 242 | 106 | 111 |
| Binary | 10001010 | 11101010 | 11001110 | 101001 | 0 | 1100 | 1000 | 10100010 | 1000110 | 1001001 |
Color Harmonies of #8AEACE
Complementary color
Monochromatic Colors of #8AEACE
Black with #8AEACE
Text Example
Text Example
White with #8AEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEACE; }
p { color: rgb(138,234,206); }
H1.HeaderClassName
{
color: #8AEACE;
}
.AnyTagClassName
{
color: #8AEACE;
}
</style>
background-color css
<style>
a { background-color: #8AEACE; }
a { background-color: rgb(138,234,206); }
div.DivClassName
{
background-color: #8AEACE;
}
.BgClassName
{
background-color: #8AEACE;
}
</style>
border-color css
<style>
span { border-color: #8AEACE; }
span { border-color: rgb(138,234,206); }
td.TdClassName
{
border-color: #8AEACE;
}
.TagClassName
{
border-color: #8AEACE;
}
</style>