Shades of Riptide #8BDDD0
Tints of Riptide #8BDDD0
RGB
CMYK
RGB Variations
Color information
#8BDDD0 (or 0x8BDDD0) is known color: Riptide. HEX triplet: 8B, DD and D0. RGB value is (139,221,208). Sum of RGB (Red+Green+Blue) = 139+221+208=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDD0 is #74222F. Grayscale: #C2C2C2. Windows color (decimal): -7610928 or 13688203. OLE color: 13688203.
HSL color Cylindrical-coordinate representation of color #8BDDD0: hue angle of 170.49º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDDD0 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 208 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.13 |
| HSL | 170.49º | 0.55% | 0.71% | - |
| HSV(B) | 170.49º | 0.37% | 0.87% | - |
| XYZ | 47.89 | 61.76 | 69.07 | - |
| YUV | 195 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 208 | 0.37 | 0 | 0.06 | 0.13 | 170.49 | 0.55 | 0.71 |
| Hex | 8B | DD | D0 | 25 | 0 | 6 | D | AA | 37 | 47 |
| Octal | 213 | 335 | 320 | 45 | 0 | 6 | 15 | 252 | 67 | 107 |
| Binary | 10001011 | 11011101 | 11010000 | 100101 | 0 | 110 | 1101 | 10101010 | 110111 | 1000111 |
Color Harmonies of #8BDDD0
Complementary color
Monochromatic Colors of #8BDDD0
Black with #8BDDD0
Text Example
Text Example
White with #8BDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDD0; }
p { color: rgb(139,221,208); }
H1.HeaderClassName
{
color: #8BDDD0;
}
.AnyTagClassName
{
color: #8BDDD0;
}
</style>
background-color css
<style>
a { background-color: #8BDDD0; }
a { background-color: rgb(139,221,208); }
div.DivClassName
{
background-color: #8BDDD0;
}
.BgClassName
{
background-color: #8BDDD0;
}
</style>
border-color css
<style>
span { border-color: #8BDDD0; }
span { border-color: rgb(139,221,208); }
td.TdClassName
{
border-color: #8BDDD0;
}
.TagClassName
{
border-color: #8BDDD0;
}
</style>