Shades of Riptide #81D3CC
Tints of Riptide #81D3CC
RGB
CMYK
RGB Variations
Color information
#81D3CC (or 0x81D3CC) is known color: Riptide. HEX triplet: 81, D3 and CC. RGB value is (129,211,204). Sum of RGB (Red+Green+Blue) = 129+211+204=544 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.71% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 211 - color contains mainly: green. Hex color #81D3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D3CC is #7E2C33. Grayscale: #B9B9B9. Windows color (decimal): -8268852 or 13423489. OLE color: 13423489.
HSL color Cylindrical-coordinate representation of color #81D3CC: hue angle of 174.88º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D3CC is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 211 | 204 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.17 |
| HSL | 174.88º | 0.48% | 0.67% | - |
| HSV(B) | 174.88º | 0.39% | 0.83% | - |
| XYZ | 43.25 | 55.62 | 65.58 | - |
| YUV | 185.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 211 | 204 | 0.39 | 0 | 0.03 | 0.17 | 174.88 | 0.48 | 0.67 |
| Hex | 81 | D3 | CC | 27 | 0 | 3 | 11 | AF | 30 | 43 |
| Octal | 201 | 323 | 314 | 47 | 0 | 3 | 21 | 257 | 60 | 103 |
| Binary | 10000001 | 11010011 | 11001100 | 100111 | 0 | 11 | 10001 | 10101111 | 110000 | 1000011 |
Color Harmonies of #81D3CC
Complementary color
Monochromatic Colors of #81D3CC
Black with #81D3CC
Text Example
Text Example
White with #81D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D3CC; }
p { color: rgb(129,211,204); }
H1.HeaderClassName
{
color: #81D3CC;
}
.AnyTagClassName
{
color: #81D3CC;
}
</style>
background-color css
<style>
a { background-color: #81D3CC; }
a { background-color: rgb(129,211,204); }
div.DivClassName
{
background-color: #81D3CC;
}
.BgClassName
{
background-color: #81D3CC;
}
</style>
border-color css
<style>
span { border-color: #81D3CC; }
span { border-color: rgb(129,211,204); }
td.TdClassName
{
border-color: #81D3CC;
}
.TagClassName
{
border-color: #81D3CC;
}
</style>