Shades of Riptide #7BDDCB
Tints of Riptide #7BDDCB
RGB
CMYK
RGB Variations
Color information
#7BDDCB (or 0x7BDDCB) is known color: Riptide. HEX triplet: 7B, DD and CB. RGB value is (123,221,203). Sum of RGB (Red+Green+Blue) = 123+221+203=547 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.49% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDDCB is #842234. Grayscale: #BDBDBD. Windows color (decimal): -8659509 or 13360507. OLE color: 13360507.
HSL color Cylindrical-coordinate representation of color #7BDDCB: hue angle of 168.98º 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 #7BDDCB is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 203 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.13 |
| HSL | 168.98º | 0.59% | 0.67% | - |
| HSV(B) | 168.98º | 0.44% | 0.87% | - |
| XYZ | 44.8 | 60.24 | 65.77 | - |
| YUV | 189.65 | 135.53 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 203 | 0.44 | 0 | 0.08 | 0.13 | 168.98 | 0.59 | 0.67 |
| Hex | 7B | DD | CB | 2C | 0 | 8 | D | A9 | 3B | 43 |
| Octal | 173 | 335 | 313 | 54 | 0 | 10 | 15 | 251 | 73 | 103 |
| Binary | 1111011 | 11011101 | 11001011 | 101100 | 0 | 1000 | 1101 | 10101001 | 111011 | 1000011 |
Color Harmonies of #7BDDCB
Complementary color
Monochromatic Colors of #7BDDCB
Black with #7BDDCB
Text Example
Text Example
White with #7BDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDCB; }
p { color: rgb(123,221,203); }
H1.HeaderClassName
{
color: #7BDDCB;
}
.AnyTagClassName
{
color: #7BDDCB;
}
</style>
background-color css
<style>
a { background-color: #7BDDCB; }
a { background-color: rgb(123,221,203); }
div.DivClassName
{
background-color: #7BDDCB;
}
.BgClassName
{
background-color: #7BDDCB;
}
</style>
border-color css
<style>
span { border-color: #7BDDCB; }
span { border-color: rgb(123,221,203); }
td.TdClassName
{
border-color: #7BDDCB;
}
.TagClassName
{
border-color: #7BDDCB;
}
</style>