Shades of Riptide #81DDCC
Tints of Riptide #81DDCC
RGB
CMYK
RGB Variations
Color information
#81DDCC (or 0x81DDCC) is known color: Riptide. HEX triplet: 81, DD and CC. RGB value is (129,221,204). Sum of RGB (Red+Green+Blue) = 129+221+204=554 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.29% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #81DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DDCC is #7E2233. Grayscale: #BFBFBF. Windows color (decimal): -8266292 or 13426049. OLE color: 13426049.
HSL color Cylindrical-coordinate representation of color #81DDCC: hue angle of 168.91º 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 #81DDCC is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 204 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.13 |
| HSL | 168.91º | 0.58% | 0.69% | - |
| HSV(B) | 168.91º | 0.42% | 0.87% | - |
| XYZ | 45.81 | 60.74 | 66.44 | - |
| YUV | 191.55 | 135.02 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 204 | 0.42 | 0 | 0.08 | 0.13 | 168.91 | 0.58 | 0.69 |
| Hex | 81 | DD | CC | 2A | 0 | 8 | D | A9 | 3A | 45 |
| Octal | 201 | 335 | 314 | 52 | 0 | 10 | 15 | 251 | 72 | 105 |
| Binary | 10000001 | 11011101 | 11001100 | 101010 | 0 | 1000 | 1101 | 10101001 | 111010 | 1000101 |
Color Harmonies of #81DDCC
Complementary color
Monochromatic Colors of #81DDCC
Black with #81DDCC
Text Example
Text Example
White with #81DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DDCC; }
p { color: rgb(129,221,204); }
H1.HeaderClassName
{
color: #81DDCC;
}
.AnyTagClassName
{
color: #81DDCC;
}
</style>
background-color css
<style>
a { background-color: #81DDCC; }
a { background-color: rgb(129,221,204); }
div.DivClassName
{
background-color: #81DDCC;
}
.BgClassName
{
background-color: #81DDCC;
}
</style>
border-color css
<style>
span { border-color: #81DDCC; }
span { border-color: rgb(129,221,204); }
td.TdClassName
{
border-color: #81DDCC;
}
.TagClassName
{
border-color: #81DDCC;
}
</style>