Shades of Riptide #81E7C2
Tints of Riptide #81E7C2
RGB
CMYK
RGB Variations
Color information
#81E7C2 (or 0x81E7C2) is known color: Riptide. HEX triplet: 81, E7 and C2. RGB value is (129,231,194). Sum of RGB (Red+Green+Blue) = 129+231+194=554 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.29% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 231 - color contains mainly: green. Hex color #81E7C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E7C2 is #7E183D. Grayscale: #C4C4C4. Windows color (decimal): -8263742 or 12773249. OLE color: 12773249.
HSL color Cylindrical-coordinate representation of color #81E7C2: hue angle of 158.24º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E7C2 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 231 | 194 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.09 |
| HSL | 158.24º | 0.68% | 0.71% | - |
| HSV(B) | 158.24º | 0.44% | 0.91% | - |
| XYZ | 47.37 | 65.71 | 61.23 | - |
| YUV | 196.28 | 126.71 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 231 | 194 | 0.44 | 0 | 0.16 | 0.09 | 158.24 | 0.68 | 0.71 |
| Hex | 81 | E7 | C2 | 2C | 0 | 10 | 9 | 9E | 44 | 47 |
| Octal | 201 | 347 | 302 | 54 | 0 | 20 | 11 | 236 | 104 | 107 |
| Binary | 10000001 | 11100111 | 11000010 | 101100 | 0 | 10000 | 1001 | 10011110 | 1000100 | 1000111 |
Color Harmonies of #81E7C2
Complementary color
Monochromatic Colors of #81E7C2
Black with #81E7C2
Text Example
Text Example
White with #81E7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E7C2; }
p { color: rgb(129,231,194); }
H1.HeaderClassName
{
color: #81E7C2;
}
.AnyTagClassName
{
color: #81E7C2;
}
</style>
background-color css
<style>
a { background-color: #81E7C2; }
a { background-color: rgb(129,231,194); }
div.DivClassName
{
background-color: #81E7C2;
}
.BgClassName
{
background-color: #81E7C2;
}
</style>
border-color css
<style>
span { border-color: #81E7C2; }
span { border-color: rgb(129,231,194); }
td.TdClassName
{
border-color: #81E7C2;
}
.TagClassName
{
border-color: #81E7C2;
}
</style>