Shades of Riptide #7BD9CF
Tints of Riptide #7BD9CF
RGB
CMYK
RGB Variations
Color information
#7BD9CF (or 0x7BD9CF) is known color: Riptide. HEX triplet: 7B, D9 and CF. RGB value is (123,217,207). Sum of RGB (Red+Green+Blue) = 123+217+207=547 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.49% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #7BD9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD9CF is #842630. Grayscale: #BBBBBB. Windows color (decimal): -8660529 or 13621627. OLE color: 13621627.
HSL color Cylindrical-coordinate representation of color #7BD9CF: hue angle of 173.62º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD9CF is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 217 | 207 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.15 |
| HSL | 173.62º | 0.55% | 0.67% | - |
| HSV(B) | 173.62º | 0.43% | 0.85% | - |
| XYZ | 44.24 | 58.34 | 67.96 | - |
| YUV | 187.75 | 138.86 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 217 | 207 | 0.43 | 0 | 0.05 | 0.15 | 173.62 | 0.55 | 0.67 |
| Hex | 7B | D9 | CF | 2B | 0 | 5 | F | AE | 37 | 43 |
| Octal | 173 | 331 | 317 | 53 | 0 | 5 | 17 | 256 | 67 | 103 |
| Binary | 1111011 | 11011001 | 11001111 | 101011 | 0 | 101 | 1111 | 10101110 | 110111 | 1000011 |
Color Harmonies of #7BD9CF
Complementary color
Monochromatic Colors of #7BD9CF
Black with #7BD9CF
Text Example
Text Example
White with #7BD9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD9CF; }
p { color: rgb(123,217,207); }
H1.HeaderClassName
{
color: #7BD9CF;
}
.AnyTagClassName
{
color: #7BD9CF;
}
</style>
background-color css
<style>
a { background-color: #7BD9CF; }
a { background-color: rgb(123,217,207); }
div.DivClassName
{
background-color: #7BD9CF;
}
.BgClassName
{
background-color: #7BD9CF;
}
</style>
border-color css
<style>
span { border-color: #7BD9CF; }
span { border-color: rgb(123,217,207); }
td.TdClassName
{
border-color: #7BD9CF;
}
.TagClassName
{
border-color: #7BD9CF;
}
</style>