Shades of Riptide #8BDDD4
Tints of Riptide #8BDDD4
RGB
CMYK
RGB Variations
Color information
#8BDDD4 (or 0x8BDDD4) is known color: Riptide. HEX triplet: 8B, DD and D4. RGB value is (139,221,212). Sum of RGB (Red+Green+Blue) = 139+221+212=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDD4 is #74222B. Grayscale: #C3C3C3. Windows color (decimal): -7610924 or 13950347. OLE color: 13950347.
HSL color Cylindrical-coordinate representation of color #8BDDD4: hue angle of 173.41º 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 #8BDDD4 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 212 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.13 |
| HSL | 173.41º | 0.55% | 0.71% | - |
| HSV(B) | 173.41º | 0.37% | 0.87% | - |
| XYZ | 48.39 | 61.96 | 71.7 | - |
| YUV | 195.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 212 | 0.37 | 0 | 0.04 | 0.13 | 173.41 | 0.55 | 0.71 |
| Hex | 8B | DD | D4 | 25 | 0 | 4 | D | AD | 37 | 47 |
| Octal | 213 | 335 | 324 | 45 | 0 | 4 | 15 | 255 | 67 | 107 |
| Binary | 10001011 | 11011101 | 11010100 | 100101 | 0 | 100 | 1101 | 10101101 | 110111 | 1000111 |
Color Harmonies of #8BDDD4
Complementary color
Monochromatic Colors of #8BDDD4
Black with #8BDDD4
Text Example
Text Example
White with #8BDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDD4; }
p { color: rgb(139,221,212); }
H1.HeaderClassName
{
color: #8BDDD4;
}
.AnyTagClassName
{
color: #8BDDD4;
}
</style>
background-color css
<style>
a { background-color: #8BDDD4; }
a { background-color: rgb(139,221,212); }
div.DivClassName
{
background-color: #8BDDD4;
}
.BgClassName
{
background-color: #8BDDD4;
}
</style>
border-color css
<style>
span { border-color: #8BDDD4; }
span { border-color: rgb(139,221,212); }
td.TdClassName
{
border-color: #8BDDD4;
}
.TagClassName
{
border-color: #8BDDD4;
}
</style>