Shades of Riptide #7BEACF
Tints of Riptide #7BEACF
RGB
CMYK
RGB Variations
Color information
#7BEACF (or 0x7BEACF) is known color: Riptide. HEX triplet: 7B, EA and CF. RGB value is (123,234,207). Sum of RGB (Red+Green+Blue) = 123+234+207=564 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.81% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEACF is #841530. Grayscale: #C5C5C5. Windows color (decimal): -8656177 or 13625979. OLE color: 13625979.
HSL color Cylindrical-coordinate representation of color #7BEACF: hue angle of 165.41º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BEACF is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 234 | 207 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.08 |
| HSL | 165.41º | 0.73% | 0.7% | - |
| HSV(B) | 165.41º | 0.47% | 0.92% | - |
| XYZ | 48.85 | 67.56 | 69.5 | - |
| YUV | 197.73 | 133.23 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 234 | 207 | 0.47 | 0 | 0.12 | 0.08 | 165.41 | 0.73 | 0.7 |
| Hex | 7B | EA | CF | 2F | 0 | C | 8 | A5 | 49 | 46 |
| Octal | 173 | 352 | 317 | 57 | 0 | 14 | 10 | 245 | 111 | 106 |
| Binary | 1111011 | 11101010 | 11001111 | 101111 | 0 | 1100 | 1000 | 10100101 | 1001001 | 1000110 |
Color Harmonies of #7BEACF
Complementary color
Monochromatic Colors of #7BEACF
Black with #7BEACF
Text Example
Text Example
White with #7BEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEACF; }
p { color: rgb(123,234,207); }
H1.HeaderClassName
{
color: #7BEACF;
}
.AnyTagClassName
{
color: #7BEACF;
}
</style>
background-color css
<style>
a { background-color: #7BEACF; }
a { background-color: rgb(123,234,207); }
div.DivClassName
{
background-color: #7BEACF;
}
.BgClassName
{
background-color: #7BEACF;
}
</style>
border-color css
<style>
span { border-color: #7BEACF; }
span { border-color: rgb(123,234,207); }
td.TdClassName
{
border-color: #7BEACF;
}
.TagClassName
{
border-color: #7BEACF;
}
</style>