Shades of Riptide #7BDDCD
Tints of Riptide #7BDDCD
RGB
CMYK
RGB Variations
Color information
#7BDDCD (or 0x7BDDCD) is known color: Riptide. HEX triplet: 7B, DD and CD. RGB value is (123,221,205). Sum of RGB (Red+Green+Blue) = 123+221+205=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDDCD is #842232. Grayscale: #BDBDBD. Windows color (decimal): -8659507 or 13491579. OLE color: 13491579.
HSL color Cylindrical-coordinate representation of color #7BDDCD: hue angle of 170.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDDCD is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 205 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.13 |
| HSL | 170.2º | 0.59% | 0.67% | - |
| HSV(B) | 170.2º | 0.44% | 0.87% | - |
| XYZ | 45.04 | 60.33 | 67.03 | - |
| YUV | 189.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 205 | 0.44 | 0 | 0.07 | 0.13 | 170.2 | 0.59 | 0.67 |
| Hex | 7B | DD | CD | 2C | 0 | 7 | D | AA | 3B | 43 |
| Octal | 173 | 335 | 315 | 54 | 0 | 7 | 15 | 252 | 73 | 103 |
| Binary | 1111011 | 11011101 | 11001101 | 101100 | 0 | 111 | 1101 | 10101010 | 111011 | 1000011 |
Color Harmonies of #7BDDCD
Complementary color
Monochromatic Colors of #7BDDCD
Black with #7BDDCD
Text Example
Text Example
White with #7BDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDCD; }
p { color: rgb(123,221,205); }
H1.HeaderClassName
{
color: #7BDDCD;
}
.AnyTagClassName
{
color: #7BDDCD;
}
</style>
background-color css
<style>
a { background-color: #7BDDCD; }
a { background-color: rgb(123,221,205); }
div.DivClassName
{
background-color: #7BDDCD;
}
.BgClassName
{
background-color: #7BDDCD;
}
</style>
border-color css
<style>
span { border-color: #7BDDCD; }
span { border-color: rgb(123,221,205); }
td.TdClassName
{
border-color: #7BDDCD;
}
.TagClassName
{
border-color: #7BDDCD;
}
</style>