Shades of Riptide #7BDFCF
Tints of Riptide #7BDFCF
RGB
CMYK
RGB Variations
Color information
#7BDFCF (or 0x7BDFCF) is known color: Riptide. HEX triplet: 7B, DF and CF. RGB value is (123,223,207). Sum of RGB (Red+Green+Blue) = 123+223+207=553 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.24% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFCF is #842030. Grayscale: #BFBFBF. Windows color (decimal): -8658993 or 13623163. OLE color: 13623163.
HSL color Cylindrical-coordinate representation of color #7BDFCF: hue angle of 170.4º 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 #7BDFCF is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 207 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.13 |
| HSL | 170.4º | 0.61% | 0.68% | - |
| HSV(B) | 170.4º | 0.45% | 0.87% | - |
| XYZ | 45.82 | 61.49 | 68.49 | - |
| YUV | 191.28 | 136.87 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 207 | 0.45 | 0 | 0.07 | 0.13 | 170.4 | 0.61 | 0.68 |
| Hex | 7B | DF | CF | 2D | 0 | 7 | D | AA | 3D | 44 |
| Octal | 173 | 337 | 317 | 55 | 0 | 7 | 15 | 252 | 75 | 104 |
| Binary | 1111011 | 11011111 | 11001111 | 101101 | 0 | 111 | 1101 | 10101010 | 111101 | 1000100 |
Color Harmonies of #7BDFCF
Complementary color
Monochromatic Colors of #7BDFCF
Black with #7BDFCF
Text Example
Text Example
White with #7BDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFCF; }
p { color: rgb(123,223,207); }
H1.HeaderClassName
{
color: #7BDFCF;
}
.AnyTagClassName
{
color: #7BDFCF;
}
</style>
background-color css
<style>
a { background-color: #7BDFCF; }
a { background-color: rgb(123,223,207); }
div.DivClassName
{
background-color: #7BDFCF;
}
.BgClassName
{
background-color: #7BDFCF;
}
</style>
border-color css
<style>
span { border-color: #7BDFCF; }
span { border-color: rgb(123,223,207); }
td.TdClassName
{
border-color: #7BDFCF;
}
.TagClassName
{
border-color: #7BDFCF;
}
</style>