Shades of Riptide #7AE7D3
Tints of Riptide #7AE7D3
RGB
CMYK
RGB Variations
Color information
#7AE7D3 (or 0x7AE7D3) is known color: Riptide. HEX triplet: 7A, E7 and D3. RGB value is (122,231,211). Sum of RGB (Red+Green+Blue) = 122+231+211=564 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.63% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 231 - color contains mainly: green. Hex color #7AE7D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE7D3 is #85182C. Grayscale: #C4C4C4. Windows color (decimal): -8722477 or 13887354. OLE color: 13887354.
HSL color Cylindrical-coordinate representation of color #7AE7D3: hue angle of 168.99º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE7D3 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 231 | 211 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.09 |
| HSL | 168.99º | 0.69% | 0.69% | - |
| HSV(B) | 168.99º | 0.47% | 0.91% | - |
| XYZ | 48.36 | 65.99 | 71.82 | - |
| YUV | 196.13 | 136.39 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 231 | 211 | 0.47 | 0 | 0.09 | 0.09 | 168.99 | 0.69 | 0.69 |
| Hex | 7A | E7 | D3 | 2F | 0 | 9 | 9 | A9 | 45 | 45 |
| Octal | 172 | 347 | 323 | 57 | 0 | 11 | 11 | 251 | 105 | 105 |
| Binary | 1111010 | 11100111 | 11010011 | 101111 | 0 | 1001 | 1001 | 10101001 | 1000101 | 1000101 |
Color Harmonies of #7AE7D3
Complementary color
Monochromatic Colors of #7AE7D3
Black with #7AE7D3
Text Example
Text Example
White with #7AE7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE7D3; }
p { color: rgb(122,231,211); }
H1.HeaderClassName
{
color: #7AE7D3;
}
.AnyTagClassName
{
color: #7AE7D3;
}
</style>
background-color css
<style>
a { background-color: #7AE7D3; }
a { background-color: rgb(122,231,211); }
div.DivClassName
{
background-color: #7AE7D3;
}
.BgClassName
{
background-color: #7AE7D3;
}
</style>
border-color css
<style>
span { border-color: #7AE7D3; }
span { border-color: rgb(122,231,211); }
td.TdClassName
{
border-color: #7AE7D3;
}
.TagClassName
{
border-color: #7AE7D3;
}
</style>