Shades of Riptide #73E5D4
Tints of Riptide #73E5D4
RGB
CMYK
RGB Variations
Color information
#73E5D4 (or 0x73E5D4) is known color: Riptide. HEX triplet: 73, E5 and D4. RGB value is (115,229,212). Sum of RGB (Red+Green+Blue) = 115+229+212=556 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.68% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #73E5D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E5D4 is #8C1A2B. Grayscale: #C0C0C0. Windows color (decimal): -9181740 or 13952371. OLE color: 13952371.
HSL color Cylindrical-coordinate representation of color #73E5D4: hue angle of 171.05º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E5D4 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 229 | 212 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.10 |
| HSL | 171.05º | 0.69% | 0.67% | - |
| HSV(B) | 171.05º | 0.5% | 0.9% | - |
| XYZ | 46.97 | 64.44 | 72.25 | - |
| YUV | 192.98 | 138.73 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 229 | 212 | 0.50 | 0 | 0.07 | 0.10 | 171.05 | 0.69 | 0.67 |
| Hex | 73 | E5 | D4 | 32 | 0 | 7 | A | AB | 45 | 43 |
| Octal | 163 | 345 | 324 | 62 | 0 | 7 | 12 | 253 | 105 | 103 |
| Binary | 1110011 | 11100101 | 11010100 | 110010 | 0 | 111 | 1010 | 10101011 | 1000101 | 1000011 |
Color Harmonies of #73E5D4
Complementary color
Monochromatic Colors of #73E5D4
Black with #73E5D4
Text Example
Text Example
White with #73E5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E5D4; }
p { color: rgb(115,229,212); }
H1.HeaderClassName
{
color: #73E5D4;
}
.AnyTagClassName
{
color: #73E5D4;
}
</style>
background-color css
<style>
a { background-color: #73E5D4; }
a { background-color: rgb(115,229,212); }
div.DivClassName
{
background-color: #73E5D4;
}
.BgClassName
{
background-color: #73E5D4;
}
</style>
border-color css
<style>
span { border-color: #73E5D4; }
span { border-color: rgb(115,229,212); }
td.TdClassName
{
border-color: #73E5D4;
}
.TagClassName
{
border-color: #73E5D4;
}
</style>