Shades of Riptide #81D9D0
Tints of Riptide #81D9D0
RGB
CMYK
RGB Variations
Color information
#81D9D0 (or 0x81D9D0) is known color: Riptide. HEX triplet: 81, D9 and D0. RGB value is (129,217,208). Sum of RGB (Red+Green+Blue) = 129+217+208=554 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.29% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #81D9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D9D0 is #7E262F. Grayscale: #BDBDBD. Windows color (decimal): -8267312 or 13687169. OLE color: 13687169.
HSL color Cylindrical-coordinate representation of color #81D9D0: hue angle of 173.86º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81D9D0 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 208 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.15 |
| HSL | 173.86º | 0.54% | 0.68% | - |
| HSV(B) | 173.86º | 0.41% | 0.85% | - |
| XYZ | 45.25 | 58.85 | 68.65 | - |
| YUV | 189.66 | 138.35 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 208 | 0.41 | 0 | 0.04 | 0.15 | 173.86 | 0.54 | 0.68 |
| Hex | 81 | D9 | D0 | 29 | 0 | 4 | F | AE | 36 | 44 |
| Octal | 201 | 331 | 320 | 51 | 0 | 4 | 17 | 256 | 66 | 104 |
| Binary | 10000001 | 11011001 | 11010000 | 101001 | 0 | 100 | 1111 | 10101110 | 110110 | 1000100 |
Color Harmonies of #81D9D0
Complementary color
Monochromatic Colors of #81D9D0
Black with #81D9D0
Text Example
Text Example
White with #81D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D9D0; }
p { color: rgb(129,217,208); }
H1.HeaderClassName
{
color: #81D9D0;
}
.AnyTagClassName
{
color: #81D9D0;
}
</style>
background-color css
<style>
a { background-color: #81D9D0; }
a { background-color: rgb(129,217,208); }
div.DivClassName
{
background-color: #81D9D0;
}
.BgClassName
{
background-color: #81D9D0;
}
</style>
border-color css
<style>
span { border-color: #81D9D0; }
span { border-color: rgb(129,217,208); }
td.TdClassName
{
border-color: #81D9D0;
}
.TagClassName
{
border-color: #81D9D0;
}
</style>