Shades of Riptide #7BD7CB
Tints of Riptide #7BD7CB
RGB
CMYK
RGB Variations
Color information
#7BD7CB (or 0x7BD7CB) is known color: Riptide. HEX triplet: 7B, D7 and CB. RGB value is (123,215,203). Sum of RGB (Red+Green+Blue) = 123+215+203=541 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.74% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #7BD7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD7CB is #842834. Grayscale: #BABABA. Windows color (decimal): -8661045 or 13358971. OLE color: 13358971.
HSL color Cylindrical-coordinate representation of color #7BD7CB: hue angle of 172.17º 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 #7BD7CB is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 215 | 203 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.16 |
| HSL | 172.17º | 0.53% | 0.66% | - |
| HSV(B) | 172.17º | 0.43% | 0.84% | - |
| XYZ | 43.25 | 57.12 | 65.25 | - |
| YUV | 186.12 | 137.52 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 215 | 203 | 0.43 | 0 | 0.06 | 0.16 | 172.17 | 0.53 | 0.66 |
| Hex | 7B | D7 | CB | 2B | 0 | 6 | 10 | AC | 35 | 42 |
| Octal | 173 | 327 | 313 | 53 | 0 | 6 | 20 | 254 | 65 | 102 |
| Binary | 1111011 | 11010111 | 11001011 | 101011 | 0 | 110 | 10000 | 10101100 | 110101 | 1000010 |
Color Harmonies of #7BD7CB
Complementary color
Monochromatic Colors of #7BD7CB
Black with #7BD7CB
Text Example
Text Example
White with #7BD7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD7CB; }
p { color: rgb(123,215,203); }
H1.HeaderClassName
{
color: #7BD7CB;
}
.AnyTagClassName
{
color: #7BD7CB;
}
</style>
background-color css
<style>
a { background-color: #7BD7CB; }
a { background-color: rgb(123,215,203); }
div.DivClassName
{
background-color: #7BD7CB;
}
.BgClassName
{
background-color: #7BD7CB;
}
</style>
border-color css
<style>
span { border-color: #7BD7CB; }
span { border-color: rgb(123,215,203); }
td.TdClassName
{
border-color: #7BD7CB;
}
.TagClassName
{
border-color: #7BD7CB;
}
</style>