Shades of Riptide #81D7CF
Tints of Riptide #81D7CF
RGB
CMYK
RGB Variations
Color information
#81D7CF (or 0x81D7CF) is known color: Riptide. HEX triplet: 81, D7 and CF. RGB value is (129,215,207). Sum of RGB (Red+Green+Blue) = 129+215+207=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #81D7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D7CF is #7E2830. Grayscale: #BCBCBC. Windows color (decimal): -8267825 or 13621121. OLE color: 13621121.
HSL color Cylindrical-coordinate representation of color #81D7CF: hue angle of 174.42º 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 #81D7CF is Cyan = 0.4, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 215 | 207 | - |
| CMYK | 0.4 | 0 | 0.04 | 0.16 |
| HSL | 174.42º | 0.52% | 0.67% | - |
| HSV(B) | 174.42º | 0.4% | 0.84% | - |
| XYZ | 44.62 | 57.77 | 67.83 | - |
| YUV | 188.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 215 | 207 | 0.4 | 0 | 0.04 | 0.16 | 174.42 | 0.52 | 0.67 |
| Hex | 81 | D7 | CF | 28 | 0 | 4 | 10 | AE | 34 | 43 |
| Octal | 201 | 327 | 317 | 50 | 0 | 4 | 20 | 256 | 64 | 103 |
| Binary | 10000001 | 11010111 | 11001111 | 101000 | 0 | 100 | 10000 | 10101110 | 110100 | 1000011 |
Color Harmonies of #81D7CF
Complementary color
Monochromatic Colors of #81D7CF
Black with #81D7CF
Text Example
Text Example
White with #81D7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D7CF; }
p { color: rgb(129,215,207); }
H1.HeaderClassName
{
color: #81D7CF;
}
.AnyTagClassName
{
color: #81D7CF;
}
</style>
background-color css
<style>
a { background-color: #81D7CF; }
a { background-color: rgb(129,215,207); }
div.DivClassName
{
background-color: #81D7CF;
}
.BgClassName
{
background-color: #81D7CF;
}
</style>
border-color css
<style>
span { border-color: #81D7CF; }
span { border-color: rgb(129,215,207); }
td.TdClassName
{
border-color: #81D7CF;
}
.TagClassName
{
border-color: #81D7CF;
}
</style>