Shades of Riptide #7BD7D3
Tints of Riptide #7BD7D3
RGB
CMYK
RGB Variations
Color information
#7BD7D3 (or 0x7BD7D3) is known color: Riptide. HEX triplet: 7B, D7 and D3. RGB value is (123,215,211). Sum of RGB (Red+Green+Blue) = 123+215+211=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #7BD7D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD7D3 is #84282C. Grayscale: #BABABA. Windows color (decimal): -8661037 or 13883259. OLE color: 13883259.
HSL color Cylindrical-coordinate representation of color #7BD7D3: hue angle of 177.39º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD7D3 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 215 | 211 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.16 |
| HSL | 177.39º | 0.53% | 0.66% | - |
| HSV(B) | 177.39º | 0.43% | 0.84% | - |
| XYZ | 44.23 | 57.51 | 70.4 | - |
| YUV | 187.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 215 | 211 | 0.43 | 0 | 0.02 | 0.16 | 177.39 | 0.53 | 0.66 |
| Hex | 7B | D7 | D3 | 2B | 0 | 2 | 10 | B1 | 35 | 42 |
| Octal | 173 | 327 | 323 | 53 | 0 | 2 | 20 | 261 | 65 | 102 |
| Binary | 1111011 | 11010111 | 11010011 | 101011 | 0 | 10 | 10000 | 10110001 | 110101 | 1000010 |
Color Harmonies of #7BD7D3
Complementary color
Monochromatic Colors of #7BD7D3
Black with #7BD7D3
Text Example
Text Example
White with #7BD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD7D3; }
p { color: rgb(123,215,211); }
H1.HeaderClassName
{
color: #7BD7D3;
}
.AnyTagClassName
{
color: #7BD7D3;
}
</style>
background-color css
<style>
a { background-color: #7BD7D3; }
a { background-color: rgb(123,215,211); }
div.DivClassName
{
background-color: #7BD7D3;
}
.BgClassName
{
background-color: #7BD7D3;
}
</style>
border-color css
<style>
span { border-color: #7BD7D3; }
span { border-color: rgb(123,215,211); }
td.TdClassName
{
border-color: #7BD7D3;
}
.TagClassName
{
border-color: #7BD7D3;
}
</style>