Shades of Riptide #81DDD9
Tints of Riptide #81DDD9
RGB
CMYK
RGB Variations
Color information
#81DDD9 (or 0x81DDD9) is known color: Riptide. HEX triplet: 81, DD and D9. RGB value is (129,221,217). Sum of RGB (Red+Green+Blue) = 129+221+217=567 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.75% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #81DDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DDD9 is #7E2226. Grayscale: #C0C0C0. Windows color (decimal): -8266279 or 14278017. OLE color: 14278017.
HSL color Cylindrical-coordinate representation of color #81DDD9: hue angle of 177.39º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DDD9 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 217 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.13 |
| HSL | 177.39º | 0.58% | 0.69% | - |
| HSV(B) | 177.39º | 0.42% | 0.87% | - |
| XYZ | 47.43 | 61.39 | 75 | - |
| YUV | 193.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 217 | 0.42 | 0 | 0.02 | 0.13 | 177.39 | 0.58 | 0.69 |
| Hex | 81 | DD | D9 | 2A | 0 | 2 | D | B1 | 3A | 45 |
| Octal | 201 | 335 | 331 | 52 | 0 | 2 | 15 | 261 | 72 | 105 |
| Binary | 10000001 | 11011101 | 11011001 | 101010 | 0 | 10 | 1101 | 10110001 | 111010 | 1000101 |
Color Harmonies of #81DDD9
Complementary color
Monochromatic Colors of #81DDD9
Black with #81DDD9
Text Example
Text Example
White with #81DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DDD9; }
p { color: rgb(129,221,217); }
H1.HeaderClassName
{
color: #81DDD9;
}
.AnyTagClassName
{
color: #81DDD9;
}
</style>
background-color css
<style>
a { background-color: #81DDD9; }
a { background-color: rgb(129,221,217); }
div.DivClassName
{
background-color: #81DDD9;
}
.BgClassName
{
background-color: #81DDD9;
}
</style>
border-color css
<style>
span { border-color: #81DDD9; }
span { border-color: rgb(129,221,217); }
td.TdClassName
{
border-color: #81DDD9;
}
.TagClassName
{
border-color: #81DDD9;
}
</style>