Shades of Riptide #7AEBBC
Tints of Riptide #7AEBBC
RGB
CMYK
RGB Variations
Color information
#7AEBBC (or 0x7AEBBC) is known color: Riptide. HEX triplet: 7A, EB and BC. RGB value is (122,235,188). Sum of RGB (Red+Green+Blue) = 122+235+188=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #7AEBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEBBC is #851443. Grayscale: #C3C3C3. Windows color (decimal): -8721476 or 12381050. OLE color: 12381050.
HSL color Cylindrical-coordinate representation of color #7AEBBC: hue angle of 155.04º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AEBBC is Cyan = 0.48, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 235 | 188 | - |
| CMYK | 0.48 | 0 | 0.2 | 0.08 |
| HSL | 155.04º | 0.74% | 0.7% | - |
| HSV(B) | 155.04º | 0.48% | 0.92% | - |
| XYZ | 46.81 | 67.19 | 58.08 | - |
| YUV | 195.86 | 123.56 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 235 | 188 | 0.48 | 0 | 0.2 | 0.08 | 155.04 | 0.74 | 0.7 |
| Hex | 7A | EB | BC | 30 | 0 | 14 | 8 | 9B | 4A | 46 |
| Octal | 172 | 353 | 274 | 60 | 0 | 24 | 10 | 233 | 112 | 106 |
| Binary | 1111010 | 11101011 | 10111100 | 110000 | 0 | 10100 | 1000 | 10011011 | 1001010 | 1000110 |
Color Harmonies of #7AEBBC
Complementary color
Monochromatic Colors of #7AEBBC
Black with #7AEBBC
Text Example
Text Example
White with #7AEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEBBC; }
p { color: rgb(122,235,188); }
H1.HeaderClassName
{
color: #7AEBBC;
}
.AnyTagClassName
{
color: #7AEBBC;
}
</style>
background-color css
<style>
a { background-color: #7AEBBC; }
a { background-color: rgb(122,235,188); }
div.DivClassName
{
background-color: #7AEBBC;
}
.BgClassName
{
background-color: #7AEBBC;
}
</style>
border-color css
<style>
span { border-color: #7AEBBC; }
span { border-color: rgb(122,235,188); }
td.TdClassName
{
border-color: #7AEBBC;
}
.TagClassName
{
border-color: #7AEBBC;
}
</style>