Shades of Riptide #7BDBCD
Tints of Riptide #7BDBCD
RGB
CMYK
RGB Variations
Color information
#7BDBCD (or 0x7BDBCD) is known color: Riptide. HEX triplet: 7B, DB and CD. RGB value is (123,219,205). Sum of RGB (Red+Green+Blue) = 123+219+205=547 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.49% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDBCD is #842432. Grayscale: #BCBCBC. Windows color (decimal): -8660019 or 13491067. OLE color: 13491067.
HSL color Cylindrical-coordinate representation of color #7BDBCD: hue angle of 171.25º 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 #7BDBCD is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 219 | 205 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.14 |
| HSL | 171.25º | 0.57% | 0.67% | - |
| HSV(B) | 171.25º | 0.44% | 0.86% | - |
| XYZ | 44.52 | 59.28 | 66.85 | - |
| YUV | 188.7 | 137.2 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 205 | 0.44 | 0 | 0.06 | 0.14 | 171.25 | 0.57 | 0.67 |
| Hex | 7B | DB | CD | 2C | 0 | 6 | E | AB | 39 | 43 |
| Octal | 173 | 333 | 315 | 54 | 0 | 6 | 16 | 253 | 71 | 103 |
| Binary | 1111011 | 11011011 | 11001101 | 101100 | 0 | 110 | 1110 | 10101011 | 111001 | 1000011 |
Color Harmonies of #7BDBCD
Complementary color
Monochromatic Colors of #7BDBCD
Black with #7BDBCD
Text Example
Text Example
White with #7BDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBCD; }
p { color: rgb(123,219,205); }
H1.HeaderClassName
{
color: #7BDBCD;
}
.AnyTagClassName
{
color: #7BDBCD;
}
</style>
background-color css
<style>
a { background-color: #7BDBCD; }
a { background-color: rgb(123,219,205); }
div.DivClassName
{
background-color: #7BDBCD;
}
.BgClassName
{
background-color: #7BDBCD;
}
</style>
border-color css
<style>
span { border-color: #7BDBCD; }
span { border-color: rgb(123,219,205); }
td.TdClassName
{
border-color: #7BDBCD;
}
.TagClassName
{
border-color: #7BDBCD;
}
</style>