Shades of Riptide #81DACC
Tints of Riptide #81DACC
RGB
CMYK
RGB Variations
Color information
#81DACC (or 0x81DACC) is known color: Riptide. HEX triplet: 81, DA and CC. RGB value is (129,218,204). Sum of RGB (Red+Green+Blue) = 129+218+204=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #81DACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DACC is #7E2533. Grayscale: #BDBDBD. Windows color (decimal): -8267060 or 13425281. OLE color: 13425281.
HSL color Cylindrical-coordinate representation of color #81DACC: hue angle of 170.56º degrees, saturation: 0.55, 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 #81DACC is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 204 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.15 |
| HSL | 170.56º | 0.55% | 0.68% | - |
| HSV(B) | 170.56º | 0.41% | 0.85% | - |
| XYZ | 45.02 | 59.17 | 66.17 | - |
| YUV | 189.79 | 136.01 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 204 | 0.41 | 0 | 0.06 | 0.15 | 170.56 | 0.55 | 0.68 |
| Hex | 81 | DA | CC | 29 | 0 | 6 | F | AB | 37 | 44 |
| Octal | 201 | 332 | 314 | 51 | 0 | 6 | 17 | 253 | 67 | 104 |
| Binary | 10000001 | 11011010 | 11001100 | 101001 | 0 | 110 | 1111 | 10101011 | 110111 | 1000100 |
Color Harmonies of #81DACC
Complementary color
Monochromatic Colors of #81DACC
Black with #81DACC
Text Example
Text Example
White with #81DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DACC; }
p { color: rgb(129,218,204); }
H1.HeaderClassName
{
color: #81DACC;
}
.AnyTagClassName
{
color: #81DACC;
}
</style>
background-color css
<style>
a { background-color: #81DACC; }
a { background-color: rgb(129,218,204); }
div.DivClassName
{
background-color: #81DACC;
}
.BgClassName
{
background-color: #81DACC;
}
</style>
border-color css
<style>
span { border-color: #81DACC; }
span { border-color: rgb(129,218,204); }
td.TdClassName
{
border-color: #81DACC;
}
.TagClassName
{
border-color: #81DACC;
}
</style>