Shades of Riptide #7BE6D6
Tints of Riptide #7BE6D6
RGB
CMYK
RGB Variations
Color information
#7BE6D6 (or 0x7BE6D6) is known color: Riptide. HEX triplet: 7B, E6 and D6. RGB value is (123,230,214). Sum of RGB (Red+Green+Blue) = 123+230+214=567 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.69% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #7BE6D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BE6D6 is #841929. Grayscale: #C4C4C4. Windows color (decimal): -8657194 or 14083707. OLE color: 14083707.
HSL color Cylindrical-coordinate representation of color #7BE6D6: hue angle of 171.03º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE6D6 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 123 | 230 | 214 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.10 |
| HSL | 171.03º | 0.68% | 0.69% | - |
| HSV(B) | 171.03º | 0.47% | 0.9% | - |
| XYZ | 48.6 | 65.66 | 73.73 | - |
| YUV | 196.18 | 138.05 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 230 | 214 | 0.47 | 0 | 0.07 | 0.10 | 171.03 | 0.68 | 0.69 |
| Hex | 7B | E6 | D6 | 2F | 0 | 7 | A | AB | 44 | 45 |
| Octal | 173 | 346 | 326 | 57 | 0 | 7 | 12 | 253 | 104 | 105 |
| Binary | 1111011 | 11100110 | 11010110 | 101111 | 0 | 111 | 1010 | 10101011 | 1000100 | 1000101 |
Color Harmonies of #7BE6D6
Complementary color
Monochromatic Colors of #7BE6D6
Black with #7BE6D6
Text Example
Text Example
White with #7BE6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE6D6; }
p { color: rgb(123,230,214); }
H1.HeaderClassName
{
color: #7BE6D6;
}
.AnyTagClassName
{
color: #7BE6D6;
}
</style>
background-color css
<style>
a { background-color: #7BE6D6; }
a { background-color: rgb(123,230,214); }
div.DivClassName
{
background-color: #7BE6D6;
}
.BgClassName
{
background-color: #7BE6D6;
}
</style>
border-color css
<style>
span { border-color: #7BE6D6; }
span { border-color: rgb(123,230,214); }
td.TdClassName
{
border-color: #7BE6D6;
}
.TagClassName
{
border-color: #7BE6D6;
}
</style>