Shades of Riptide #7BDFD5
Tints of Riptide #7BDFD5
RGB
CMYK
RGB Variations
Color information
#7BDFD5 (or 0x7BDFD5) is known color: Riptide. HEX triplet: 7B, DF and D5. RGB value is (123,223,213). Sum of RGB (Red+Green+Blue) = 123+223+213=559 (74% of max value = 765). Red value is 123 (48.44% from 255 or 22.00% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFD5 is #84202A. Grayscale: #BFBFBF. Windows color (decimal): -8658987 or 14016379. OLE color: 14016379.
HSL color Cylindrical-coordinate representation of color #7BDFD5: hue angle of 174º 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 #7BDFD5 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 213 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.13 |
| HSL | 174º | 0.61% | 0.68% | - |
| HSV(B) | 174º | 0.45% | 0.87% | - |
| XYZ | 46.57 | 61.79 | 72.42 | - |
| YUV | 191.96 | 139.87 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 213 | 0.45 | 0 | 0.04 | 0.13 | 174 | 0.61 | 0.68 |
| Hex | 7B | DF | D5 | 2D | 0 | 4 | D | AE | 3D | 44 |
| Octal | 173 | 337 | 325 | 55 | 0 | 4 | 15 | 256 | 75 | 104 |
| Binary | 1111011 | 11011111 | 11010101 | 101101 | 0 | 100 | 1101 | 10101110 | 111101 | 1000100 |
Color Harmonies of #7BDFD5
Complementary color
Monochromatic Colors of #7BDFD5
Black with #7BDFD5
Text Example
Text Example
White with #7BDFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFD5; }
p { color: rgb(123,223,213); }
H1.HeaderClassName
{
color: #7BDFD5;
}
.AnyTagClassName
{
color: #7BDFD5;
}
</style>
background-color css
<style>
a { background-color: #7BDFD5; }
a { background-color: rgb(123,223,213); }
div.DivClassName
{
background-color: #7BDFD5;
}
.BgClassName
{
background-color: #7BDFD5;
}
</style>
border-color css
<style>
span { border-color: #7BDFD5; }
span { border-color: rgb(123,223,213); }
td.TdClassName
{
border-color: #7BDFD5;
}
.TagClassName
{
border-color: #7BDFD5;
}
</style>