Shades of Riptide #73E8D3
Tints of Riptide #73E8D3
RGB
CMYK
RGB Variations
Color information
#73E8D3 (or 0x73E8D3) is known color: Riptide. HEX triplet: 73, E8 and D3. RGB value is (115,232,211). Sum of RGB (Red+Green+Blue) = 115+232+211=558 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.61% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 232 - color contains mainly: green. Hex color #73E8D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E8D3 is #8C172C. Grayscale: #C2C2C2. Windows color (decimal): -9180973 or 13887603. OLE color: 13887603.
HSL color Cylindrical-coordinate representation of color #73E8D3: hue angle of 169.23º degrees, saturation: 0.72, 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 #73E8D3 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 232 | 211 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.09 |
| HSL | 169.23º | 0.72% | 0.68% | - |
| HSV(B) | 169.23º | 0.5% | 0.91% | - |
| XYZ | 47.68 | 66.06 | 71.87 | - |
| YUV | 194.62 | 137.24 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 232 | 211 | 0.50 | 0 | 0.09 | 0.09 | 169.23 | 0.72 | 0.68 |
| Hex | 73 | E8 | D3 | 32 | 0 | 9 | 9 | A9 | 48 | 44 |
| Octal | 163 | 350 | 323 | 62 | 0 | 11 | 11 | 251 | 110 | 104 |
| Binary | 1110011 | 11101000 | 11010011 | 110010 | 0 | 1001 | 1001 | 10101001 | 1001000 | 1000100 |
Color Harmonies of #73E8D3
Complementary color
Monochromatic Colors of #73E8D3
Black with #73E8D3
Text Example
Text Example
White with #73E8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E8D3; }
p { color: rgb(115,232,211); }
H1.HeaderClassName
{
color: #73E8D3;
}
.AnyTagClassName
{
color: #73E8D3;
}
</style>
background-color css
<style>
a { background-color: #73E8D3; }
a { background-color: rgb(115,232,211); }
div.DivClassName
{
background-color: #73E8D3;
}
.BgClassName
{
background-color: #73E8D3;
}
</style>
border-color css
<style>
span { border-color: #73E8D3; }
span { border-color: rgb(115,232,211); }
td.TdClassName
{
border-color: #73E8D3;
}
.TagClassName
{
border-color: #73E8D3;
}
</style>