Shades of Riptide #7BDFD3
Tints of Riptide #7BDFD3
RGB
CMYK
RGB Variations
Color information
#7BDFD3 (or 0x7BDFD3) is known color: Riptide. HEX triplet: 7B, DF and D3. RGB value is (123,223,211). Sum of RGB (Red+Green+Blue) = 123+223+211=557 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.08% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFD3 is #84202C. Grayscale: #BFBFBF. Windows color (decimal): -8658989 or 13885307. OLE color: 13885307.
HSL color Cylindrical-coordinate representation of color #7BDFD3: hue angle of 172.8º 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 #7BDFD3 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 211 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.13 |
| HSL | 172.8º | 0.61% | 0.68% | - |
| HSV(B) | 172.8º | 0.45% | 0.87% | - |
| XYZ | 46.31 | 61.69 | 71.09 | - |
| YUV | 191.73 | 138.87 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 211 | 0.45 | 0 | 0.05 | 0.13 | 172.8 | 0.61 | 0.68 |
| Hex | 7B | DF | D3 | 2D | 0 | 5 | D | AD | 3D | 44 |
| Octal | 173 | 337 | 323 | 55 | 0 | 5 | 15 | 255 | 75 | 104 |
| Binary | 1111011 | 11011111 | 11010011 | 101101 | 0 | 101 | 1101 | 10101101 | 111101 | 1000100 |
Color Harmonies of #7BDFD3
Complementary color
Monochromatic Colors of #7BDFD3
Black with #7BDFD3
Text Example
Text Example
White with #7BDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFD3; }
p { color: rgb(123,223,211); }
H1.HeaderClassName
{
color: #7BDFD3;
}
.AnyTagClassName
{
color: #7BDFD3;
}
</style>
background-color css
<style>
a { background-color: #7BDFD3; }
a { background-color: rgb(123,223,211); }
div.DivClassName
{
background-color: #7BDFD3;
}
.BgClassName
{
background-color: #7BDFD3;
}
</style>
border-color css
<style>
span { border-color: #7BDFD3; }
span { border-color: rgb(123,223,211); }
td.TdClassName
{
border-color: #7BDFD3;
}
.TagClassName
{
border-color: #7BDFD3;
}
</style>