Shades of Riptide #8AECCD
Tints of Riptide #8AECCD
RGB
CMYK
RGB Variations
Color information
#8AECCD (or 0x8AECCD) is known color: Riptide. HEX triplet: 8A, EC and CD. RGB value is (138,236,205). Sum of RGB (Red+Green+Blue) = 138+236+205=579 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.83% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECCD is #751332. Grayscale: #CBCBCB. Windows color (decimal): -7672627 or 13495434. OLE color: 13495434.
HSL color Cylindrical-coordinate representation of color #8AECCD: hue angle of 161.02º 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 #8AECCD is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 205 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.07 |
| HSL | 161.02º | 0.72% | 0.73% | - |
| HSV(B) | 161.02º | 0.42% | 0.93% | - |
| XYZ | 51.5 | 69.8 | 68.52 | - |
| YUV | 203.16 | 129.03 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 205 | 0.42 | 0 | 0.13 | 0.07 | 161.02 | 0.72 | 0.73 |
| Hex | 8A | EC | CD | 2A | 0 | D | 7 | A1 | 48 | 49 |
| Octal | 212 | 354 | 315 | 52 | 0 | 15 | 7 | 241 | 110 | 111 |
| Binary | 10001010 | 11101100 | 11001101 | 101010 | 0 | 1101 | 111 | 10100001 | 1001000 | 1001001 |
Color Harmonies of #8AECCD
Complementary color
Monochromatic Colors of #8AECCD
Black with #8AECCD
Text Example
Text Example
White with #8AECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECCD; }
p { color: rgb(138,236,205); }
H1.HeaderClassName
{
color: #8AECCD;
}
.AnyTagClassName
{
color: #8AECCD;
}
</style>
background-color css
<style>
a { background-color: #8AECCD; }
a { background-color: rgb(138,236,205); }
div.DivClassName
{
background-color: #8AECCD;
}
.BgClassName
{
background-color: #8AECCD;
}
</style>
border-color css
<style>
span { border-color: #8AECCD; }
span { border-color: rgb(138,236,205); }
td.TdClassName
{
border-color: #8AECCD;
}
.TagClassName
{
border-color: #8AECCD;
}
</style>