Shades of Riptide #7BDDC5
Tints of Riptide #7BDDC5
RGB
CMYK
RGB Variations
Color information
#7BDDC5 (or 0x7BDDC5) is known color: Riptide. HEX triplet: 7B, DD and C5. RGB value is (123,221,197). Sum of RGB (Red+Green+Blue) = 123+221+197=541 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.74% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDDC5 is #84223A. Grayscale: #BCBCBC. Windows color (decimal): -8659515 or 12967291. OLE color: 12967291.
HSL color Cylindrical-coordinate representation of color #7BDDC5: hue angle of 165.31º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDDC5 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 197 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.13 |
| HSL | 165.31º | 0.59% | 0.67% | - |
| HSV(B) | 165.31º | 0.44% | 0.87% | - |
| XYZ | 44.1 | 59.96 | 62.07 | - |
| YUV | 188.96 | 132.53 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 197 | 0.44 | 0 | 0.11 | 0.13 | 165.31 | 0.59 | 0.67 |
| Hex | 7B | DD | C5 | 2C | 0 | B | D | A5 | 3B | 43 |
| Octal | 173 | 335 | 305 | 54 | 0 | 13 | 15 | 245 | 73 | 103 |
| Binary | 1111011 | 11011101 | 11000101 | 101100 | 0 | 1011 | 1101 | 10100101 | 111011 | 1000011 |
Color Harmonies of #7BDDC5
Complementary color
Monochromatic Colors of #7BDDC5
Black with #7BDDC5
Text Example
Text Example
White with #7BDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDC5; }
p { color: rgb(123,221,197); }
H1.HeaderClassName
{
color: #7BDDC5;
}
.AnyTagClassName
{
color: #7BDDC5;
}
</style>
background-color css
<style>
a { background-color: #7BDDC5; }
a { background-color: rgb(123,221,197); }
div.DivClassName
{
background-color: #7BDDC5;
}
.BgClassName
{
background-color: #7BDDC5;
}
</style>
border-color css
<style>
span { border-color: #7BDDC5; }
span { border-color: rgb(123,221,197); }
td.TdClassName
{
border-color: #7BDDC5;
}
.TagClassName
{
border-color: #7BDDC5;
}
</style>