Shades of Riptide #8BDDCD
Tints of Riptide #8BDDCD
RGB
CMYK
RGB Variations
Color information
#8BDDCD (or 0x8BDDCD) is known color: Riptide. HEX triplet: 8B, DD and CD. RGB value is (139,221,205). Sum of RGB (Red+Green+Blue) = 139+221+205=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDCD is #742232. Grayscale: #C2C2C2. Windows color (decimal): -7610931 or 13491595. OLE color: 13491595.
HSL color Cylindrical-coordinate representation of color #8BDDCD: hue angle of 168.29º 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 #8BDDCD is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 205 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.13 |
| HSL | 168.29º | 0.55% | 0.71% | - |
| HSV(B) | 168.29º | 0.37% | 0.87% | - |
| XYZ | 47.52 | 61.61 | 67.14 | - |
| YUV | 194.66 | 133.83 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 205 | 0.37 | 0 | 0.07 | 0.13 | 168.29 | 0.55 | 0.71 |
| Hex | 8B | DD | CD | 25 | 0 | 7 | D | A8 | 37 | 47 |
| Octal | 213 | 335 | 315 | 45 | 0 | 7 | 15 | 250 | 67 | 107 |
| Binary | 10001011 | 11011101 | 11001101 | 100101 | 0 | 111 | 1101 | 10101000 | 110111 | 1000111 |
Color Harmonies of #8BDDCD
Complementary color
Monochromatic Colors of #8BDDCD
Black with #8BDDCD
Text Example
Text Example
White with #8BDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDCD; }
p { color: rgb(139,221,205); }
H1.HeaderClassName
{
color: #8BDDCD;
}
.AnyTagClassName
{
color: #8BDDCD;
}
</style>
background-color css
<style>
a { background-color: #8BDDCD; }
a { background-color: rgb(139,221,205); }
div.DivClassName
{
background-color: #8BDDCD;
}
.BgClassName
{
background-color: #8BDDCD;
}
</style>
border-color css
<style>
span { border-color: #8BDDCD; }
span { border-color: rgb(139,221,205); }
td.TdClassName
{
border-color: #8BDDCD;
}
.TagClassName
{
border-color: #8BDDCD;
}
</style>