Shades of Riptide #81EBC6
Tints of Riptide #81EBC6
RGB
CMYK
RGB Variations
Color information
#81EBC6 (or 0x81EBC6) is known color: Riptide. HEX triplet: 81, EB and C6. RGB value is (129,235,198). Sum of RGB (Red+Green+Blue) = 129+235+198=562 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.95% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #81EBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EBC6 is #7E1439. Grayscale: #C7C7C7. Windows color (decimal): -8262714 or 13036417. OLE color: 13036417.
HSL color Cylindrical-coordinate representation of color #81EBC6: hue angle of 159.06º degrees, saturation: 0.73, 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 #81EBC6 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 235 | 198 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.08 |
| HSL | 159.06º | 0.73% | 0.71% | - |
| HSV(B) | 159.06º | 0.45% | 0.92% | - |
| XYZ | 48.95 | 68.16 | 64 | - |
| YUV | 199.09 | 127.38 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 235 | 198 | 0.45 | 0 | 0.16 | 0.08 | 159.06 | 0.73 | 0.71 |
| Hex | 81 | EB | C6 | 2D | 0 | 10 | 8 | 9F | 49 | 47 |
| Octal | 201 | 353 | 306 | 55 | 0 | 20 | 10 | 237 | 111 | 107 |
| Binary | 10000001 | 11101011 | 11000110 | 101101 | 0 | 10000 | 1000 | 10011111 | 1001001 | 1000111 |
Color Harmonies of #81EBC6
Complementary color
Monochromatic Colors of #81EBC6
Black with #81EBC6
Text Example
Text Example
White with #81EBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EBC6; }
p { color: rgb(129,235,198); }
H1.HeaderClassName
{
color: #81EBC6;
}
.AnyTagClassName
{
color: #81EBC6;
}
</style>
background-color css
<style>
a { background-color: #81EBC6; }
a { background-color: rgb(129,235,198); }
div.DivClassName
{
background-color: #81EBC6;
}
.BgClassName
{
background-color: #81EBC6;
}
</style>
border-color css
<style>
span { border-color: #81EBC6; }
span { border-color: rgb(129,235,198); }
td.TdClassName
{
border-color: #81EBC6;
}
.TagClassName
{
border-color: #81EBC6;
}
</style>