Shades of Riptide #8AECCE
Tints of Riptide #8AECCE
RGB
CMYK
RGB Variations
Color information
#8AECCE (or 0x8AECCE) is known color: Riptide. HEX triplet: 8A, EC and CE. RGB value is (138,236,206). Sum of RGB (Red+Green+Blue) = 138+236+206=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECCE is #751331. Grayscale: #CBCBCB. Windows color (decimal): -7672626 or 13560970. OLE color: 13560970.
HSL color Cylindrical-coordinate representation of color #8AECCE: hue angle of 161.63º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AECCE is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 206 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.07 |
| HSL | 161.63º | 0.72% | 0.73% | - |
| HSV(B) | 161.63º | 0.42% | 0.93% | - |
| XYZ | 51.62 | 69.85 | 69.15 | - |
| YUV | 203.28 | 129.53 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 206 | 0.42 | 0 | 0.13 | 0.07 | 161.63 | 0.72 | 0.73 |
| Hex | 8A | EC | CE | 2A | 0 | D | 7 | A2 | 48 | 49 |
| Octal | 212 | 354 | 316 | 52 | 0 | 15 | 7 | 242 | 110 | 111 |
| Binary | 10001010 | 11101100 | 11001110 | 101010 | 0 | 1101 | 111 | 10100010 | 1001000 | 1001001 |
Color Harmonies of #8AECCE
Complementary color
Monochromatic Colors of #8AECCE
Black with #8AECCE
Text Example
Text Example
White with #8AECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECCE; }
p { color: rgb(138,236,206); }
H1.HeaderClassName
{
color: #8AECCE;
}
.AnyTagClassName
{
color: #8AECCE;
}
</style>
background-color css
<style>
a { background-color: #8AECCE; }
a { background-color: rgb(138,236,206); }
div.DivClassName
{
background-color: #8AECCE;
}
.BgClassName
{
background-color: #8AECCE;
}
</style>
border-color css
<style>
span { border-color: #8AECCE; }
span { border-color: rgb(138,236,206); }
td.TdClassName
{
border-color: #8AECCE;
}
.TagClassName
{
border-color: #8AECCE;
}
</style>