Shades of Riptide #8BE2DD
Tints of Riptide #8BE2DD
RGB
CMYK
RGB Variations
Color information
#8BE2DD (or 0x8BE2DD) is known color: Riptide. HEX triplet: 8B, E2 and DD. RGB value is (139,226,221). Sum of RGB (Red+Green+Blue) = 139+226+221=586 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.72% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 226 - color contains mainly: green. Hex color #8BE2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE2DD is #741D22. Grayscale: #C7C7C7. Windows color (decimal): -7609635 or 14541451. OLE color: 14541451.
HSL color Cylindrical-coordinate representation of color #8BE2DD: hue angle of 176.55º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE2DD is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 226 | 221 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.11 |
| HSL | 176.55º | 0.6% | 0.72% | - |
| HSV(B) | 176.55º | 0.38% | 0.89% | - |
| XYZ | 50.89 | 65.1 | 78.29 | - |
| YUV | 199.42 | 140.18 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 226 | 221 | 0.38 | 0 | 0.02 | 0.11 | 176.55 | 0.6 | 0.72 |
| Hex | 8B | E2 | DD | 26 | 0 | 2 | B | B1 | 3C | 48 |
| Octal | 213 | 342 | 335 | 46 | 0 | 2 | 13 | 261 | 74 | 110 |
| Binary | 10001011 | 11100010 | 11011101 | 100110 | 0 | 10 | 1011 | 10110001 | 111100 | 1001000 |
Color Harmonies of #8BE2DD
Complementary color
Monochromatic Colors of #8BE2DD
Black with #8BE2DD
Text Example
Text Example
White with #8BE2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE2DD; }
p { color: rgb(139,226,221); }
H1.HeaderClassName
{
color: #8BE2DD;
}
.AnyTagClassName
{
color: #8BE2DD;
}
</style>
background-color css
<style>
a { background-color: #8BE2DD; }
a { background-color: rgb(139,226,221); }
div.DivClassName
{
background-color: #8BE2DD;
}
.BgClassName
{
background-color: #8BE2DD;
}
</style>
border-color css
<style>
span { border-color: #8BE2DD; }
span { border-color: rgb(139,226,221); }
td.TdClassName
{
border-color: #8BE2DD;
}
.TagClassName
{
border-color: #8BE2DD;
}
</style>