Shades of Riptide #8BEADA
Tints of Riptide #8BEADA
RGB
CMYK
RGB Variations
Color information
#8BEADA (or 0x8BEADA) is known color: Riptide. HEX triplet: 8B, EA and DA. RGB value is (139,234,218). Sum of RGB (Red+Green+Blue) = 139+234+218=591 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.52% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEADA is #741525. Grayscale: #CBCBCB. Windows color (decimal): -7607590 or 14346891. OLE color: 14346891.
HSL color Cylindrical-coordinate representation of color #8BEADA: hue angle of 169.89º degrees, saturation: 0.69, 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 #8BEADA is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 234 | 218 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.08 |
| HSL | 169.89º | 0.69% | 0.73% | - |
| HSV(B) | 169.89º | 0.41% | 0.92% | - |
| XYZ | 52.73 | 69.4 | 76.95 | - |
| YUV | 203.77 | 136.03 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 218 | 0.41 | 0 | 0.07 | 0.08 | 169.89 | 0.69 | 0.73 |
| Hex | 8B | EA | DA | 29 | 0 | 7 | 8 | AA | 45 | 49 |
| Octal | 213 | 352 | 332 | 51 | 0 | 7 | 10 | 252 | 105 | 111 |
| Binary | 10001011 | 11101010 | 11011010 | 101001 | 0 | 111 | 1000 | 10101010 | 1000101 | 1001001 |
Color Harmonies of #8BEADA
Complementary color
Monochromatic Colors of #8BEADA
Black with #8BEADA
Text Example
Text Example
White with #8BEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEADA; }
p { color: rgb(139,234,218); }
H1.HeaderClassName
{
color: #8BEADA;
}
.AnyTagClassName
{
color: #8BEADA;
}
</style>
background-color css
<style>
a { background-color: #8BEADA; }
a { background-color: rgb(139,234,218); }
div.DivClassName
{
background-color: #8BEADA;
}
.BgClassName
{
background-color: #8BEADA;
}
</style>
border-color css
<style>
span { border-color: #8BEADA; }
span { border-color: rgb(139,234,218); }
td.TdClassName
{
border-color: #8BEADA;
}
.TagClassName
{
border-color: #8BEADA;
}
</style>