Shades of Riptide #7BDFC7
Tints of Riptide #7BDFC7
RGB
CMYK
RGB Variations
Color information
#7BDFC7 (or 0x7BDFC7) is known color: Riptide. HEX triplet: 7B, DF and C7. RGB value is (123,223,199). Sum of RGB (Red+Green+Blue) = 123+223+199=545 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.57% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFC7 is #842038. Grayscale: #BEBEBE. Windows color (decimal): -8659001 or 13098875. OLE color: 13098875.
HSL color Cylindrical-coordinate representation of color #7BDFC7: hue angle of 165.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 #7BDFC7 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 199 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.13 |
| HSL | 165.6º | 0.61% | 0.68% | - |
| HSV(B) | 165.6º | 0.45% | 0.87% | - |
| XYZ | 44.86 | 61.11 | 63.46 | - |
| YUV | 190.36 | 132.87 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 199 | 0.45 | 0 | 0.11 | 0.13 | 165.6 | 0.61 | 0.68 |
| Hex | 7B | DF | C7 | 2D | 0 | B | D | A6 | 3D | 44 |
| Octal | 173 | 337 | 307 | 55 | 0 | 13 | 15 | 246 | 75 | 104 |
| Binary | 1111011 | 11011111 | 11000111 | 101101 | 0 | 1011 | 1101 | 10100110 | 111101 | 1000100 |
Color Harmonies of #7BDFC7
Complementary color
Monochromatic Colors of #7BDFC7
Black with #7BDFC7
Text Example
Text Example
White with #7BDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFC7; }
p { color: rgb(123,223,199); }
H1.HeaderClassName
{
color: #7BDFC7;
}
.AnyTagClassName
{
color: #7BDFC7;
}
</style>
background-color css
<style>
a { background-color: #7BDFC7; }
a { background-color: rgb(123,223,199); }
div.DivClassName
{
background-color: #7BDFC7;
}
.BgClassName
{
background-color: #7BDFC7;
}
</style>
border-color css
<style>
span { border-color: #7BDFC7; }
span { border-color: rgb(123,223,199); }
td.TdClassName
{
border-color: #7BDFC7;
}
.TagClassName
{
border-color: #7BDFC7;
}
</style>