Shades of Riptide #81EAD1
Tints of Riptide #81EAD1
RGB
CMYK
RGB Variations
Color information
#81EAD1 (or 0x81EAD1) is known color: Riptide. HEX triplet: 81, EA and D1. RGB value is (129,234,209). Sum of RGB (Red+Green+Blue) = 129+234+209=572 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.55% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #81EAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EAD1 is #7E152E. Grayscale: #C7C7C7. Windows color (decimal): -8262959 or 13757057. OLE color: 13757057.
HSL color Cylindrical-coordinate representation of color #81EAD1: hue angle of 165.71º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81EAD1 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 234 | 209 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.08 |
| HSL | 165.71º | 0.71% | 0.71% | - |
| HSV(B) | 165.71º | 0.45% | 0.92% | - |
| XYZ | 49.98 | 68.12 | 70.83 | - |
| YUV | 199.76 | 133.21 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 209 | 0.45 | 0 | 0.11 | 0.08 | 165.71 | 0.71 | 0.71 |
| Hex | 81 | EA | D1 | 2D | 0 | B | 8 | A6 | 47 | 47 |
| Octal | 201 | 352 | 321 | 55 | 0 | 13 | 10 | 246 | 107 | 107 |
| Binary | 10000001 | 11101010 | 11010001 | 101101 | 0 | 1011 | 1000 | 10100110 | 1000111 | 1000111 |
Color Harmonies of #81EAD1
Complementary color
Monochromatic Colors of #81EAD1
Black with #81EAD1
Text Example
Text Example
White with #81EAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EAD1; }
p { color: rgb(129,234,209); }
H1.HeaderClassName
{
color: #81EAD1;
}
.AnyTagClassName
{
color: #81EAD1;
}
</style>
background-color css
<style>
a { background-color: #81EAD1; }
a { background-color: rgb(129,234,209); }
div.DivClassName
{
background-color: #81EAD1;
}
.BgClassName
{
background-color: #81EAD1;
}
</style>
border-color css
<style>
span { border-color: #81EAD1; }
span { border-color: rgb(129,234,209); }
td.TdClassName
{
border-color: #81EAD1;
}
.TagClassName
{
border-color: #81EAD1;
}
</style>