Shades of Riptide #73E7D0
Tints of Riptide #73E7D0
RGB
CMYK
RGB Variations
Color information
#73E7D0 (or 0x73E7D0) is known color: Riptide. HEX triplet: 73, E7 and D0. RGB value is (115,231,208). Sum of RGB (Red+Green+Blue) = 115+231+208=554 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.76% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 231 - color contains mainly: green. Hex color #73E7D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E7D0 is #8C182F. Grayscale: #C1C1C1. Windows color (decimal): -9181232 or 13690739. OLE color: 13690739.
HSL color Cylindrical-coordinate representation of color #73E7D0: hue angle of 168.1º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E7D0 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 231 | 208 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.09 |
| HSL | 168.1º | 0.71% | 0.68% | - |
| HSV(B) | 168.1º | 0.5% | 0.91% | - |
| XYZ | 47.03 | 65.35 | 69.81 | - |
| YUV | 193.69 | 136.07 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 231 | 208 | 0.50 | 0 | 0.10 | 0.09 | 168.1 | 0.71 | 0.68 |
| Hex | 73 | E7 | D0 | 32 | 0 | A | 9 | A8 | 47 | 44 |
| Octal | 163 | 347 | 320 | 62 | 0 | 12 | 11 | 250 | 107 | 104 |
| Binary | 1110011 | 11100111 | 11010000 | 110010 | 0 | 1010 | 1001 | 10101000 | 1000111 | 1000100 |
Color Harmonies of #73E7D0
Complementary color
Monochromatic Colors of #73E7D0
Black with #73E7D0
Text Example
Text Example
White with #73E7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E7D0; }
p { color: rgb(115,231,208); }
H1.HeaderClassName
{
color: #73E7D0;
}
.AnyTagClassName
{
color: #73E7D0;
}
</style>
background-color css
<style>
a { background-color: #73E7D0; }
a { background-color: rgb(115,231,208); }
div.DivClassName
{
background-color: #73E7D0;
}
.BgClassName
{
background-color: #73E7D0;
}
</style>
border-color css
<style>
span { border-color: #73E7D0; }
span { border-color: rgb(115,231,208); }
td.TdClassName
{
border-color: #73E7D0;
}
.TagClassName
{
border-color: #73E7D0;
}
</style>