Shades of Riptide #81D9CC
Tints of Riptide #81D9CC
RGB
CMYK
RGB Variations
Color information
#81D9CC (or 0x81D9CC) is known color: Riptide. HEX triplet: 81, D9 and CC. RGB value is (129,217,204). Sum of RGB (Red+Green+Blue) = 129+217+204=550 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.45% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #81D9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D9CC is #7E2633. Grayscale: #BDBDBD. Windows color (decimal): -8267316 or 13425025. OLE color: 13425025.
HSL color Cylindrical-coordinate representation of color #81D9CC: hue angle of 171.14º 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 #81D9CC is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 204 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.15 |
| HSL | 171.14º | 0.54% | 0.68% | - |
| HSV(B) | 171.14º | 0.41% | 0.85% | - |
| XYZ | 44.77 | 58.65 | 66.09 | - |
| YUV | 189.21 | 136.35 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 204 | 0.41 | 0 | 0.06 | 0.15 | 171.14 | 0.54 | 0.68 |
| Hex | 81 | D9 | CC | 29 | 0 | 6 | F | AB | 36 | 44 |
| Octal | 201 | 331 | 314 | 51 | 0 | 6 | 17 | 253 | 66 | 104 |
| Binary | 10000001 | 11011001 | 11001100 | 101001 | 0 | 110 | 1111 | 10101011 | 110110 | 1000100 |
Color Harmonies of #81D9CC
Complementary color
Monochromatic Colors of #81D9CC
Black with #81D9CC
Text Example
Text Example
White with #81D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D9CC; }
p { color: rgb(129,217,204); }
H1.HeaderClassName
{
color: #81D9CC;
}
.AnyTagClassName
{
color: #81D9CC;
}
</style>
background-color css
<style>
a { background-color: #81D9CC; }
a { background-color: rgb(129,217,204); }
div.DivClassName
{
background-color: #81D9CC;
}
.BgClassName
{
background-color: #81D9CC;
}
</style>
border-color css
<style>
span { border-color: #81D9CC; }
span { border-color: rgb(129,217,204); }
td.TdClassName
{
border-color: #81D9CC;
}
.TagClassName
{
border-color: #81D9CC;
}
</style>