Shades of Riptide #81D6D2
Tints of Riptide #81D6D2
RGB
CMYK
RGB Variations
Color information
#81D6D2 (or 0x81D6D2) is known color: Riptide. HEX triplet: 81, D6 and D2. RGB value is (129,214,210). Sum of RGB (Red+Green+Blue) = 129+214+210=553 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.33% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #81D6D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D6D2 is #7E292D. Grayscale: #BCBCBC. Windows color (decimal): -8268078 or 13817473. OLE color: 13817473.
HSL color Cylindrical-coordinate representation of color #81D6D2: hue angle of 177.18º degrees, saturation: 0.51, 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 #81D6D2 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 210 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.16 |
| HSL | 177.18º | 0.51% | 0.67% | - |
| HSV(B) | 177.18º | 0.4% | 0.84% | - |
| XYZ | 44.73 | 57.41 | 69.7 | - |
| YUV | 188.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 210 | 0.40 | 0 | 0.02 | 0.16 | 177.18 | 0.51 | 0.67 |
| Hex | 81 | D6 | D2 | 28 | 0 | 2 | 10 | B1 | 33 | 43 |
| Octal | 201 | 326 | 322 | 50 | 0 | 2 | 20 | 261 | 63 | 103 |
| Binary | 10000001 | 11010110 | 11010010 | 101000 | 0 | 10 | 10000 | 10110001 | 110011 | 1000011 |
Color Harmonies of #81D6D2
Complementary color
Monochromatic Colors of #81D6D2
Black with #81D6D2
Text Example
Text Example
White with #81D6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D6D2; }
p { color: rgb(129,214,210); }
H1.HeaderClassName
{
color: #81D6D2;
}
.AnyTagClassName
{
color: #81D6D2;
}
</style>
background-color css
<style>
a { background-color: #81D6D2; }
a { background-color: rgb(129,214,210); }
div.DivClassName
{
background-color: #81D6D2;
}
.BgClassName
{
background-color: #81D6D2;
}
</style>
border-color css
<style>
span { border-color: #81D6D2; }
span { border-color: rgb(129,214,210); }
td.TdClassName
{
border-color: #81D6D2;
}
.TagClassName
{
border-color: #81D6D2;
}
</style>