Shades of Riptide #8AECC8
Tints of Riptide #8AECC8
RGB
CMYK
RGB Variations
Color information
#8AECC8 (or 0x8AECC8) is known color: Riptide. HEX triplet: 8A, EC and C8. RGB value is (138,236,200). Sum of RGB (Red+Green+Blue) = 138+236+200=574 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24.04% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECC8 is #751337. Grayscale: #CACACA. Windows color (decimal): -7672632 or 13167754. OLE color: 13167754.
HSL color Cylindrical-coordinate representation of color #8AECC8: hue angle of 157.96º 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 #8AECC8 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 200 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.07 |
| HSL | 157.96º | 0.72% | 0.73% | - |
| HSV(B) | 157.96º | 0.42% | 0.93% | - |
| XYZ | 50.9 | 69.56 | 65.39 | - |
| YUV | 202.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 200 | 0.42 | 0 | 0.15 | 0.07 | 157.96 | 0.72 | 0.73 |
| Hex | 8A | EC | C8 | 2A | 0 | F | 7 | 9E | 48 | 49 |
| Octal | 212 | 354 | 310 | 52 | 0 | 17 | 7 | 236 | 110 | 111 |
| Binary | 10001010 | 11101100 | 11001000 | 101010 | 0 | 1111 | 111 | 10011110 | 1001000 | 1001001 |
Color Harmonies of #8AECC8
Complementary color
Monochromatic Colors of #8AECC8
Black with #8AECC8
Text Example
Text Example
White with #8AECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECC8; }
p { color: rgb(138,236,200); }
H1.HeaderClassName
{
color: #8AECC8;
}
.AnyTagClassName
{
color: #8AECC8;
}
</style>
background-color css
<style>
a { background-color: #8AECC8; }
a { background-color: rgb(138,236,200); }
div.DivClassName
{
background-color: #8AECC8;
}
.BgClassName
{
background-color: #8AECC8;
}
</style>
border-color css
<style>
span { border-color: #8AECC8; }
span { border-color: rgb(138,236,200); }
td.TdClassName
{
border-color: #8AECC8;
}
.TagClassName
{
border-color: #8AECC8;
}
</style>