Shades of Riptide #7BDECE
Tints of Riptide #7BDECE
RGB
CMYK
RGB Variations
Color information
#7BDECE (or 0x7BDECE) is known color: Riptide. HEX triplet: 7B, DE and CE. RGB value is (123,222,206). Sum of RGB (Red+Green+Blue) = 123+222+206=551 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.32% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #7BDECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDECE is #842131. Grayscale: #BEBEBE. Windows color (decimal): -8659250 or 13557371. OLE color: 13557371.
HSL color Cylindrical-coordinate representation of color #7BDECE: hue angle of 170.3º degrees, saturation: 0.6, 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 #7BDECE is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 222 | 206 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.13 |
| HSL | 170.3º | 0.6% | 0.68% | - |
| HSV(B) | 170.3º | 0.45% | 0.87% | - |
| XYZ | 45.43 | 60.91 | 67.75 | - |
| YUV | 190.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 206 | 0.45 | 0 | 0.07 | 0.13 | 170.3 | 0.6 | 0.68 |
| Hex | 7B | DE | CE | 2D | 0 | 7 | D | AA | 3C | 44 |
| Octal | 173 | 336 | 316 | 55 | 0 | 7 | 15 | 252 | 74 | 104 |
| Binary | 1111011 | 11011110 | 11001110 | 101101 | 0 | 111 | 1101 | 10101010 | 111100 | 1000100 |
Color Harmonies of #7BDECE
Complementary color
Monochromatic Colors of #7BDECE
Black with #7BDECE
Text Example
Text Example
White with #7BDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDECE; }
p { color: rgb(123,222,206); }
H1.HeaderClassName
{
color: #7BDECE;
}
.AnyTagClassName
{
color: #7BDECE;
}
</style>
background-color css
<style>
a { background-color: #7BDECE; }
a { background-color: rgb(123,222,206); }
div.DivClassName
{
background-color: #7BDECE;
}
.BgClassName
{
background-color: #7BDECE;
}
</style>
border-color css
<style>
span { border-color: #7BDECE; }
span { border-color: rgb(123,222,206); }
td.TdClassName
{
border-color: #7BDECE;
}
.TagClassName
{
border-color: #7BDECE;
}
</style>