Shades of Riptide #8AEBC0
Tints of Riptide #8AEBC0
RGB
CMYK
RGB Variations
Color information
#8AEBC0 (or 0x8AEBC0) is known color: Riptide. HEX triplet: 8A, EB and C0. RGB value is (138,235,192). Sum of RGB (Red+Green+Blue) = 138+235+192=565 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.42% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEBC0 is #75143F. Grayscale: #C9C9C9. Windows color (decimal): -7672896 or 12643210. OLE color: 12643210.
HSL color Cylindrical-coordinate representation of color #8AEBC0: hue angle of 153.4º degrees, saturation: 0.71, 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 #8AEBC0 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 235 | 192 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.08 |
| HSL | 153.4º | 0.71% | 0.73% | - |
| HSV(B) | 153.4º | 0.41% | 0.92% | - |
| XYZ | 49.7 | 68.63 | 60.5 | - |
| YUV | 201.1 | 122.86 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 235 | 192 | 0.41 | 0 | 0.18 | 0.08 | 153.4 | 0.71 | 0.73 |
| Hex | 8A | EB | C0 | 29 | 0 | 12 | 8 | 99 | 47 | 49 |
| Octal | 212 | 353 | 300 | 51 | 0 | 22 | 10 | 231 | 107 | 111 |
| Binary | 10001010 | 11101011 | 11000000 | 101001 | 0 | 10010 | 1000 | 10011001 | 1000111 | 1001001 |
Color Harmonies of #8AEBC0
Complementary color
Monochromatic Colors of #8AEBC0
Black with #8AEBC0
Text Example
Text Example
White with #8AEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEBC0; }
p { color: rgb(138,235,192); }
H1.HeaderClassName
{
color: #8AEBC0;
}
.AnyTagClassName
{
color: #8AEBC0;
}
</style>
background-color css
<style>
a { background-color: #8AEBC0; }
a { background-color: rgb(138,235,192); }
div.DivClassName
{
background-color: #8AEBC0;
}
.BgClassName
{
background-color: #8AEBC0;
}
</style>
border-color css
<style>
span { border-color: #8AEBC0; }
span { border-color: rgb(138,235,192); }
td.TdClassName
{
border-color: #8AEBC0;
}
.TagClassName
{
border-color: #8AEBC0;
}
</style>