Shades of Riptide #7BDFD6
Tints of Riptide #7BDFD6
RGB
CMYK
RGB Variations
Color information
#7BDFD6 (or 0x7BDFD6) is known color: Riptide. HEX triplet: 7B, DF and D6. RGB value is (123,223,214). Sum of RGB (Red+Green+Blue) = 123+223+214=560 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.96% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFD6 is #842029. Grayscale: #C0C0C0. Windows color (decimal): -8658986 or 14081915. OLE color: 14081915.
HSL color Cylindrical-coordinate representation of color #7BDFD6: hue angle of 174.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDFD6 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 214 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.13 |
| HSL | 174.6º | 0.61% | 0.68% | - |
| HSV(B) | 174.6º | 0.45% | 0.87% | - |
| XYZ | 46.69 | 61.84 | 73.09 | - |
| YUV | 192.07 | 140.37 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 214 | 0.45 | 0 | 0.04 | 0.13 | 174.6 | 0.61 | 0.68 |
| Hex | 7B | DF | D6 | 2D | 0 | 4 | D | AF | 3D | 44 |
| Octal | 173 | 337 | 326 | 55 | 0 | 4 | 15 | 257 | 75 | 104 |
| Binary | 1111011 | 11011111 | 11010110 | 101101 | 0 | 100 | 1101 | 10101111 | 111101 | 1000100 |
Color Harmonies of #7BDFD6
Complementary color
Monochromatic Colors of #7BDFD6
Black with #7BDFD6
Text Example
Text Example
White with #7BDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFD6; }
p { color: rgb(123,223,214); }
H1.HeaderClassName
{
color: #7BDFD6;
}
.AnyTagClassName
{
color: #7BDFD6;
}
</style>
background-color css
<style>
a { background-color: #7BDFD6; }
a { background-color: rgb(123,223,214); }
div.DivClassName
{
background-color: #7BDFD6;
}
.BgClassName
{
background-color: #7BDFD6;
}
</style>
border-color css
<style>
span { border-color: #7BDFD6; }
span { border-color: rgb(123,223,214); }
td.TdClassName
{
border-color: #7BDFD6;
}
.TagClassName
{
border-color: #7BDFD6;
}
</style>