Shades of Riptide #8AECCC
Tints of Riptide #8AECCC
RGB
CMYK
RGB Variations
Color information
#8AECCC (or 0x8AECCC) is known color: Riptide. HEX triplet: 8A, EC and CC. RGB value is (138,236,204). Sum of RGB (Red+Green+Blue) = 138+236+204=578 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.88% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECCC is #751333. Grayscale: #CBCBCB. Windows color (decimal): -7672628 or 13429898. OLE color: 13429898.
HSL color Cylindrical-coordinate representation of color #8AECCC: hue angle of 160.41º 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 #8AECCC is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 204 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.07 |
| HSL | 160.41º | 0.72% | 0.73% | - |
| HSV(B) | 160.41º | 0.42% | 0.93% | - |
| XYZ | 51.38 | 69.75 | 67.88 | - |
| YUV | 203.05 | 128.53 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 204 | 0.42 | 0 | 0.14 | 0.07 | 160.41 | 0.72 | 0.73 |
| Hex | 8A | EC | CC | 2A | 0 | E | 7 | A0 | 48 | 49 |
| Octal | 212 | 354 | 314 | 52 | 0 | 16 | 7 | 240 | 110 | 111 |
| Binary | 10001010 | 11101100 | 11001100 | 101010 | 0 | 1110 | 111 | 10100000 | 1001000 | 1001001 |
Color Harmonies of #8AECCC
Complementary color
Monochromatic Colors of #8AECCC
Black with #8AECCC
Text Example
Text Example
White with #8AECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECCC; }
p { color: rgb(138,236,204); }
H1.HeaderClassName
{
color: #8AECCC;
}
.AnyTagClassName
{
color: #8AECCC;
}
</style>
background-color css
<style>
a { background-color: #8AECCC; }
a { background-color: rgb(138,236,204); }
div.DivClassName
{
background-color: #8AECCC;
}
.BgClassName
{
background-color: #8AECCC;
}
</style>
border-color css
<style>
span { border-color: #8AECCC; }
span { border-color: rgb(138,236,204); }
td.TdClassName
{
border-color: #8AECCC;
}
.TagClassName
{
border-color: #8AECCC;
}
</style>