Shades of Riptide #81D7C9
Tints of Riptide #81D7C9
RGB
CMYK
RGB Variations
Color information
#81D7C9 (or 0x81D7C9) is known color: Riptide. HEX triplet: 81, D7 and C9. RGB value is (129,215,201). Sum of RGB (Red+Green+Blue) = 129+215+201=545 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.67% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #81D7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D7C9 is #7E2836. Grayscale: #BBBBBB. Windows color (decimal): -8267831 or 13227905. OLE color: 13227905.
HSL color Cylindrical-coordinate representation of color #81D7C9: hue angle of 170.23º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D7C9 is Cyan = 0.4, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 215 | 201 | - |
| CMYK | 0.4 | 0 | 0.07 | 0.16 |
| HSL | 170.23º | 0.52% | 0.67% | - |
| HSV(B) | 170.23º | 0.4% | 0.84% | - |
| XYZ | 43.9 | 57.49 | 64.04 | - |
| YUV | 187.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 215 | 201 | 0.4 | 0 | 0.07 | 0.16 | 170.23 | 0.52 | 0.67 |
| Hex | 81 | D7 | C9 | 28 | 0 | 7 | 10 | AA | 34 | 43 |
| Octal | 201 | 327 | 311 | 50 | 0 | 7 | 20 | 252 | 64 | 103 |
| Binary | 10000001 | 11010111 | 11001001 | 101000 | 0 | 111 | 10000 | 10101010 | 110100 | 1000011 |
Color Harmonies of #81D7C9
Complementary color
Monochromatic Colors of #81D7C9
Black with #81D7C9
Text Example
Text Example
White with #81D7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D7C9; }
p { color: rgb(129,215,201); }
H1.HeaderClassName
{
color: #81D7C9;
}
.AnyTagClassName
{
color: #81D7C9;
}
</style>
background-color css
<style>
a { background-color: #81D7C9; }
a { background-color: rgb(129,215,201); }
div.DivClassName
{
background-color: #81D7C9;
}
.BgClassName
{
background-color: #81D7C9;
}
</style>
border-color css
<style>
span { border-color: #81D7C9; }
span { border-color: rgb(129,215,201); }
td.TdClassName
{
border-color: #81D7C9;
}
.TagClassName
{
border-color: #81D7C9;
}
</style>