Shades of Riptide #7BDBD4
Tints of Riptide #7BDBD4
RGB
CMYK
RGB Variations
Color information
#7BDBD4 (or 0x7BDBD4) is known color: Riptide. HEX triplet: 7B, DB and D4. RGB value is (123,219,212). Sum of RGB (Red+Green+Blue) = 123+219+212=554 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.20% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDBD4 is #84242B. Grayscale: #BDBDBD. Windows color (decimal): -8660012 or 13949819. OLE color: 13949819.
HSL color Cylindrical-coordinate representation of color #7BDBD4: hue angle of 175.62º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDBD4 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 219 | 212 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.14 |
| HSL | 175.63º | 0.57% | 0.67% | - |
| HSV(B) | 175.63º | 0.44% | 0.86% | - |
| XYZ | 45.38 | 59.63 | 71.4 | - |
| YUV | 189.5 | 140.7 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 212 | 0.44 | 0 | 0.03 | 0.14 | 175.63 | 0.57 | 0.67 |
| Hex | 7B | DB | D4 | 2C | 0 | 3 | E | B0 | 39 | 43 |
| Octal | 173 | 333 | 324 | 54 | 0 | 3 | 16 | 260 | 71 | 103 |
| Binary | 1111011 | 11011011 | 11010100 | 101100 | 0 | 11 | 1110 | 10110000 | 111001 | 1000011 |
Color Harmonies of #7BDBD4
Complementary color
Monochromatic Colors of #7BDBD4
Black with #7BDBD4
Text Example
Text Example
White with #7BDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBD4; }
p { color: rgb(123,219,212); }
H1.HeaderClassName
{
color: #7BDBD4;
}
.AnyTagClassName
{
color: #7BDBD4;
}
</style>
background-color css
<style>
a { background-color: #7BDBD4; }
a { background-color: rgb(123,219,212); }
div.DivClassName
{
background-color: #7BDBD4;
}
.BgClassName
{
background-color: #7BDBD4;
}
</style>
border-color css
<style>
span { border-color: #7BDBD4; }
span { border-color: rgb(123,219,212); }
td.TdClassName
{
border-color: #7BDBD4;
}
.TagClassName
{
border-color: #7BDBD4;
}
</style>