Shades of Riptide #7BDBC6
Tints of Riptide #7BDBC6
RGB
CMYK
RGB Variations
Color information
#7BDBC6 (or 0x7BDBC6) is known color: Riptide. HEX triplet: 7B, DB and C6. RGB value is (123,219,198). Sum of RGB (Red+Green+Blue) = 123+219+198=540 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.78% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDBC6 is #842439. Grayscale: #BBBBBB. Windows color (decimal): -8660026 or 13032315. OLE color: 13032315.
HSL color Cylindrical-coordinate representation of color #7BDBC6: hue angle of 166.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDBC6 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 219 | 198 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.14 |
| HSL | 166.88º | 0.57% | 0.67% | - |
| HSV(B) | 166.88º | 0.44% | 0.86% | - |
| XYZ | 43.69 | 58.95 | 62.5 | - |
| YUV | 187.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 198 | 0.44 | 0 | 0.10 | 0.14 | 166.88 | 0.57 | 0.67 |
| Hex | 7B | DB | C6 | 2C | 0 | A | E | A7 | 39 | 43 |
| Octal | 173 | 333 | 306 | 54 | 0 | 12 | 16 | 247 | 71 | 103 |
| Binary | 1111011 | 11011011 | 11000110 | 101100 | 0 | 1010 | 1110 | 10100111 | 111001 | 1000011 |
Color Harmonies of #7BDBC6
Complementary color
Monochromatic Colors of #7BDBC6
Black with #7BDBC6
Text Example
Text Example
White with #7BDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBC6; }
p { color: rgb(123,219,198); }
H1.HeaderClassName
{
color: #7BDBC6;
}
.AnyTagClassName
{
color: #7BDBC6;
}
</style>
background-color css
<style>
a { background-color: #7BDBC6; }
a { background-color: rgb(123,219,198); }
div.DivClassName
{
background-color: #7BDBC6;
}
.BgClassName
{
background-color: #7BDBC6;
}
</style>
border-color css
<style>
span { border-color: #7BDBC6; }
span { border-color: rgb(123,219,198); }
td.TdClassName
{
border-color: #7BDBC6;
}
.TagClassName
{
border-color: #7BDBC6;
}
</style>