Shades of Riptide #8AEBCA
Tints of Riptide #8AEBCA
RGB
CMYK
RGB Variations
Color information
#8AEBCA (or 0x8AEBCA) is known color: Riptide. HEX triplet: 8A, EB and CA. RGB value is (138,235,202). Sum of RGB (Red+Green+Blue) = 138+235+202=575 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEBCA is #751435. Grayscale: #CACACA. Windows color (decimal): -7672886 or 13298570. OLE color: 13298570.
HSL color Cylindrical-coordinate representation of color #8AEBCA: hue angle of 159.59º 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 #8AEBCA is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 235 | 202 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.08 |
| HSL | 159.59º | 0.71% | 0.73% | - |
| HSV(B) | 159.59º | 0.41% | 0.92% | - |
| XYZ | 50.85 | 69.08 | 66.53 | - |
| YUV | 202.24 | 127.86 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 235 | 202 | 0.41 | 0 | 0.14 | 0.08 | 159.59 | 0.71 | 0.73 |
| Hex | 8A | EB | CA | 29 | 0 | E | 8 | A0 | 47 | 49 |
| Octal | 212 | 353 | 312 | 51 | 0 | 16 | 10 | 240 | 107 | 111 |
| Binary | 10001010 | 11101011 | 11001010 | 101001 | 0 | 1110 | 1000 | 10100000 | 1000111 | 1001001 |
Color Harmonies of #8AEBCA
Complementary color
Monochromatic Colors of #8AEBCA
Black with #8AEBCA
Text Example
Text Example
White with #8AEBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEBCA; }
p { color: rgb(138,235,202); }
H1.HeaderClassName
{
color: #8AEBCA;
}
.AnyTagClassName
{
color: #8AEBCA;
}
</style>
background-color css
<style>
a { background-color: #8AEBCA; }
a { background-color: rgb(138,235,202); }
div.DivClassName
{
background-color: #8AEBCA;
}
.BgClassName
{
background-color: #8AEBCA;
}
</style>
border-color css
<style>
span { border-color: #8AEBCA; }
span { border-color: rgb(138,235,202); }
td.TdClassName
{
border-color: #8AEBCA;
}
.TagClassName
{
border-color: #8AEBCA;
}
</style>