Shades of Riptide #7BEBBC
Tints of Riptide #7BEBBC
RGB
CMYK
RGB Variations
Color information
#7BEBBC (or 0x7BEBBC) is known color: Riptide. HEX triplet: 7B, EB and BC. RGB value is (123,235,188). Sum of RGB (Red+Green+Blue) = 123+235+188=546 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.53% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #7BEBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEBBC is #841443. Grayscale: #C4C4C4. Windows color (decimal): -8655940 or 12381051. OLE color: 12381051.
HSL color Cylindrical-coordinate representation of color #7BEBBC: hue angle of 154.82º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEBBC is Cyan = 0.48, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 235 | 188 | - |
| CMYK | 0.48 | 0 | 0.2 | 0.08 |
| HSL | 154.82º | 0.74% | 0.7% | - |
| HSV(B) | 154.82º | 0.48% | 0.92% | - |
| XYZ | 46.95 | 67.26 | 58.08 | - |
| YUV | 196.15 | 123.39 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 235 | 188 | 0.48 | 0 | 0.2 | 0.08 | 154.82 | 0.74 | 0.7 |
| Hex | 7B | EB | BC | 30 | 0 | 14 | 8 | 9B | 4A | 46 |
| Octal | 173 | 353 | 274 | 60 | 0 | 24 | 10 | 233 | 112 | 106 |
| Binary | 1111011 | 11101011 | 10111100 | 110000 | 0 | 10100 | 1000 | 10011011 | 1001010 | 1000110 |
Color Harmonies of #7BEBBC
Complementary color
Monochromatic Colors of #7BEBBC
Black with #7BEBBC
Text Example
Text Example
White with #7BEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEBBC; }
p { color: rgb(123,235,188); }
H1.HeaderClassName
{
color: #7BEBBC;
}
.AnyTagClassName
{
color: #7BEBBC;
}
</style>
background-color css
<style>
a { background-color: #7BEBBC; }
a { background-color: rgb(123,235,188); }
div.DivClassName
{
background-color: #7BEBBC;
}
.BgClassName
{
background-color: #7BEBBC;
}
</style>
border-color css
<style>
span { border-color: #7BEBBC; }
span { border-color: rgb(123,235,188); }
td.TdClassName
{
border-color: #7BEBBC;
}
.TagClassName
{
border-color: #7BEBBC;
}
</style>