Shades of Riptide #7BDBCC
Tints of Riptide #7BDBCC
RGB
CMYK
RGB Variations
Color information
#7BDBCC (or 0x7BDBCC) is known color: Riptide. HEX triplet: 7B, DB and CC. RGB value is (123,219,204). Sum of RGB (Red+Green+Blue) = 123+219+204=546 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.53% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDBCC is #842433. Grayscale: #BCBCBC. Windows color (decimal): -8660020 or 13425531. OLE color: 13425531.
HSL color Cylindrical-coordinate representation of color #7BDBCC: hue angle of 170.62º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDBCC is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 219 | 204 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.14 |
| HSL | 170.63º | 0.57% | 0.67% | - |
| HSV(B) | 170.63º | 0.44% | 0.86% | - |
| XYZ | 44.4 | 59.23 | 66.22 | - |
| YUV | 188.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 204 | 0.44 | 0 | 0.07 | 0.14 | 170.63 | 0.57 | 0.67 |
| Hex | 7B | DB | CC | 2C | 0 | 7 | E | AB | 39 | 43 |
| Octal | 173 | 333 | 314 | 54 | 0 | 7 | 16 | 253 | 71 | 103 |
| Binary | 1111011 | 11011011 | 11001100 | 101100 | 0 | 111 | 1110 | 10101011 | 111001 | 1000011 |
Color Harmonies of #7BDBCC
Complementary color
Monochromatic Colors of #7BDBCC
Black with #7BDBCC
Text Example
Text Example
White with #7BDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBCC; }
p { color: rgb(123,219,204); }
H1.HeaderClassName
{
color: #7BDBCC;
}
.AnyTagClassName
{
color: #7BDBCC;
}
</style>
background-color css
<style>
a { background-color: #7BDBCC; }
a { background-color: rgb(123,219,204); }
div.DivClassName
{
background-color: #7BDBCC;
}
.BgClassName
{
background-color: #7BDBCC;
}
</style>
border-color css
<style>
span { border-color: #7BDBCC; }
span { border-color: rgb(123,219,204); }
td.TdClassName
{
border-color: #7BDBCC;
}
.TagClassName
{
border-color: #7BDBCC;
}
</style>