Shades of Riptide #8BDBC0
Tints of Riptide #8BDBC0
RGB
CMYK
RGB Variations
Color information
#8BDBC0 (or 0x8BDBC0) is known color: Riptide. HEX triplet: 8B, DB and C0. RGB value is (139,219,192). Sum of RGB (Red+Green+Blue) = 139+219+192=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDBC0 is #74243F. Grayscale: #C0C0C0. Windows color (decimal): -7611456 or 12639115. OLE color: 12639115.
HSL color Cylindrical-coordinate representation of color #8BDBC0: hue angle of 159.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDBC0 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 192 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.14 |
| HSL | 159.75º | 0.53% | 0.7% | - |
| HSV(B) | 159.75º | 0.37% | 0.86% | - |
| XYZ | 45.49 | 59.96 | 59.04 | - |
| YUV | 192 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 192 | 0.37 | 0 | 0.12 | 0.14 | 159.75 | 0.53 | 0.7 |
| Hex | 8B | DB | C0 | 25 | 0 | C | E | A0 | 35 | 46 |
| Octal | 213 | 333 | 300 | 45 | 0 | 14 | 16 | 240 | 65 | 106 |
| Binary | 10001011 | 11011011 | 11000000 | 100101 | 0 | 1100 | 1110 | 10100000 | 110101 | 1000110 |
Color Harmonies of #8BDBC0
Complementary color
Monochromatic Colors of #8BDBC0
Black with #8BDBC0
Text Example
Text Example
White with #8BDBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBC0; }
p { color: rgb(139,219,192); }
H1.HeaderClassName
{
color: #8BDBC0;
}
.AnyTagClassName
{
color: #8BDBC0;
}
</style>
background-color css
<style>
a { background-color: #8BDBC0; }
a { background-color: rgb(139,219,192); }
div.DivClassName
{
background-color: #8BDBC0;
}
.BgClassName
{
background-color: #8BDBC0;
}
</style>
border-color css
<style>
span { border-color: #8BDBC0; }
span { border-color: rgb(139,219,192); }
td.TdClassName
{
border-color: #8BDBC0;
}
.TagClassName
{
border-color: #8BDBC0;
}
</style>