Shades of Riptide #7BDFCD
Tints of Riptide #7BDFCD
RGB
CMYK
RGB Variations
Color information
#7BDFCD (or 0x7BDFCD) is known color: Riptide. HEX triplet: 7B, DF and CD. RGB value is (123,223,205). Sum of RGB (Red+Green+Blue) = 123+223+205=551 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.32% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFCD is #842032. Grayscale: #BFBFBF. Windows color (decimal): -8658995 or 13492091. OLE color: 13492091.
HSL color Cylindrical-coordinate representation of color #7BDFCD: hue angle of 169.2º 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 #7BDFCD is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 205 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.13 |
| HSL | 169.2º | 0.61% | 0.68% | - |
| HSV(B) | 169.2º | 0.45% | 0.87% | - |
| XYZ | 45.58 | 61.39 | 67.21 | - |
| YUV | 191.05 | 135.87 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 205 | 0.45 | 0 | 0.08 | 0.13 | 169.2 | 0.61 | 0.68 |
| Hex | 7B | DF | CD | 2D | 0 | 8 | D | A9 | 3D | 44 |
| Octal | 173 | 337 | 315 | 55 | 0 | 10 | 15 | 251 | 75 | 104 |
| Binary | 1111011 | 11011111 | 11001101 | 101101 | 0 | 1000 | 1101 | 10101001 | 111101 | 1000100 |
Color Harmonies of #7BDFCD
Complementary color
Monochromatic Colors of #7BDFCD
Black with #7BDFCD
Text Example
Text Example
White with #7BDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFCD; }
p { color: rgb(123,223,205); }
H1.HeaderClassName
{
color: #7BDFCD;
}
.AnyTagClassName
{
color: #7BDFCD;
}
</style>
background-color css
<style>
a { background-color: #7BDFCD; }
a { background-color: rgb(123,223,205); }
div.DivClassName
{
background-color: #7BDFCD;
}
.BgClassName
{
background-color: #7BDFCD;
}
</style>
border-color css
<style>
span { border-color: #7BDFCD; }
span { border-color: rgb(123,223,205); }
td.TdClassName
{
border-color: #7BDFCD;
}
.TagClassName
{
border-color: #7BDFCD;
}
</style>