Shades of Riptide #81DDC6
Tints of Riptide #81DDC6
RGB
CMYK
RGB Variations
Color information
#81DDC6 (or 0x81DDC6) is known color: Riptide. HEX triplet: 81, DD and C6. RGB value is (129,221,198). Sum of RGB (Red+Green+Blue) = 129+221+198=548 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.54% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #81DDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DDC6 is #7E2239. Grayscale: #BEBEBE. Windows color (decimal): -8266298 or 13032833. OLE color: 13032833.
HSL color Cylindrical-coordinate representation of color #81DDC6: hue angle of 165º 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 #81DDC6 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 198 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.13 |
| HSL | 165º | 0.58% | 0.69% | - |
| HSV(B) | 165º | 0.42% | 0.87% | - |
| XYZ | 45.1 | 60.46 | 62.72 | - |
| YUV | 190.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 198 | 0.42 | 0 | 0.10 | 0.13 | 165 | 0.58 | 0.69 |
| Hex | 81 | DD | C6 | 2A | 0 | A | D | A5 | 3A | 45 |
| Octal | 201 | 335 | 306 | 52 | 0 | 12 | 15 | 245 | 72 | 105 |
| Binary | 10000001 | 11011101 | 11000110 | 101010 | 0 | 1010 | 1101 | 10100101 | 111010 | 1000101 |
Color Harmonies of #81DDC6
Complementary color
Monochromatic Colors of #81DDC6
Black with #81DDC6
Text Example
Text Example
White with #81DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DDC6; }
p { color: rgb(129,221,198); }
H1.HeaderClassName
{
color: #81DDC6;
}
.AnyTagClassName
{
color: #81DDC6;
}
</style>
background-color css
<style>
a { background-color: #81DDC6; }
a { background-color: rgb(129,221,198); }
div.DivClassName
{
background-color: #81DDC6;
}
.BgClassName
{
background-color: #81DDC6;
}
</style>
border-color css
<style>
span { border-color: #81DDC6; }
span { border-color: rgb(129,221,198); }
td.TdClassName
{
border-color: #81DDC6;
}
.TagClassName
{
border-color: #81DDC6;
}
</style>