Shades of Riptide #7BDACF
Tints of Riptide #7BDACF
RGB
CMYK
RGB Variations
Color information
#7BDACF (or 0x7BDACF) is known color: Riptide. HEX triplet: 7B, DA and CF. RGB value is (123,218,207). Sum of RGB (Red+Green+Blue) = 123+218+207=548 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.45% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDACF is #842530. Grayscale: #BCBCBC. Windows color (decimal): -8660273 or 13621883. OLE color: 13621883.
HSL color Cylindrical-coordinate representation of color #7BDACF: hue angle of 173.05º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDACF is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 218 | 207 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.15 |
| HSL | 173.05º | 0.56% | 0.67% | - |
| HSV(B) | 173.05º | 0.44% | 0.85% | - |
| XYZ | 44.5 | 58.86 | 68.05 | - |
| YUV | 188.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 218 | 207 | 0.44 | 0 | 0.05 | 0.15 | 173.05 | 0.56 | 0.67 |
| Hex | 7B | DA | CF | 2C | 0 | 5 | F | AD | 38 | 43 |
| Octal | 173 | 332 | 317 | 54 | 0 | 5 | 17 | 255 | 70 | 103 |
| Binary | 1111011 | 11011010 | 11001111 | 101100 | 0 | 101 | 1111 | 10101101 | 111000 | 1000011 |
Color Harmonies of #7BDACF
Complementary color
Monochromatic Colors of #7BDACF
Black with #7BDACF
Text Example
Text Example
White with #7BDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDACF; }
p { color: rgb(123,218,207); }
H1.HeaderClassName
{
color: #7BDACF;
}
.AnyTagClassName
{
color: #7BDACF;
}
</style>
background-color css
<style>
a { background-color: #7BDACF; }
a { background-color: rgb(123,218,207); }
div.DivClassName
{
background-color: #7BDACF;
}
.BgClassName
{
background-color: #7BDACF;
}
</style>
border-color css
<style>
span { border-color: #7BDACF; }
span { border-color: rgb(123,218,207); }
td.TdClassName
{
border-color: #7BDACF;
}
.TagClassName
{
border-color: #7BDACF;
}
</style>