Shades of Riptide #7BD8CF
Tints of Riptide #7BD8CF
RGB
CMYK
RGB Variations
Color information
#7BD8CF (or 0x7BD8CF) is known color: Riptide. HEX triplet: 7B, D8 and CF. RGB value is (123,216,207). Sum of RGB (Red+Green+Blue) = 123+216+207=546 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.53% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #7BD8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD8CF is #842730. Grayscale: #BBBBBB. Windows color (decimal): -8660785 or 13621371. OLE color: 13621371.
HSL color Cylindrical-coordinate representation of color #7BD8CF: hue angle of 174.19º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD8CF is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 216 | 207 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.15 |
| HSL | 174.19º | 0.54% | 0.66% | - |
| HSV(B) | 174.19º | 0.43% | 0.85% | - |
| XYZ | 43.99 | 57.83 | 67.88 | - |
| YUV | 187.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 216 | 207 | 0.43 | 0 | 0.04 | 0.15 | 174.19 | 0.54 | 0.66 |
| Hex | 7B | D8 | CF | 2B | 0 | 4 | F | AE | 36 | 42 |
| Octal | 173 | 330 | 317 | 53 | 0 | 4 | 17 | 256 | 66 | 102 |
| Binary | 1111011 | 11011000 | 11001111 | 101011 | 0 | 100 | 1111 | 10101110 | 110110 | 1000010 |
Color Harmonies of #7BD8CF
Complementary color
Monochromatic Colors of #7BD8CF
Black with #7BD8CF
Text Example
Text Example
White with #7BD8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD8CF; }
p { color: rgb(123,216,207); }
H1.HeaderClassName
{
color: #7BD8CF;
}
.AnyTagClassName
{
color: #7BD8CF;
}
</style>
background-color css
<style>
a { background-color: #7BD8CF; }
a { background-color: rgb(123,216,207); }
div.DivClassName
{
background-color: #7BD8CF;
}
.BgClassName
{
background-color: #7BD8CF;
}
</style>
border-color css
<style>
span { border-color: #7BD8CF; }
span { border-color: rgb(123,216,207); }
td.TdClassName
{
border-color: #7BD8CF;
}
.TagClassName
{
border-color: #7BD8CF;
}
</style>