Shades of Riptide #81DDC8
Tints of Riptide #81DDC8
RGB
CMYK
RGB Variations
Color information
#81DDC8 (or 0x81DDC8) is known color: Riptide. HEX triplet: 81, DD and C8. RGB value is (129,221,200). Sum of RGB (Red+Green+Blue) = 129+221+200=550 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.45% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #81DDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DDC8 is #7E2237. Grayscale: #BFBFBF. Windows color (decimal): -8266296 or 13163905. OLE color: 13163905.
HSL color Cylindrical-coordinate representation of color #81DDC8: hue angle of 166.3º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DDC8 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 200 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.13 |
| HSL | 166.3º | 0.58% | 0.69% | - |
| HSV(B) | 166.3º | 0.42% | 0.87% | - |
| XYZ | 45.34 | 60.55 | 63.94 | - |
| YUV | 191.1 | 133.02 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 200 | 0.42 | 0 | 0.10 | 0.13 | 166.3 | 0.58 | 0.69 |
| Hex | 81 | DD | C8 | 2A | 0 | A | D | A6 | 3A | 45 |
| Octal | 201 | 335 | 310 | 52 | 0 | 12 | 15 | 246 | 72 | 105 |
| Binary | 10000001 | 11011101 | 11001000 | 101010 | 0 | 1010 | 1101 | 10100110 | 111010 | 1000101 |
Color Harmonies of #81DDC8
Complementary color
Monochromatic Colors of #81DDC8
Black with #81DDC8
Text Example
Text Example
White with #81DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DDC8; }
p { color: rgb(129,221,200); }
H1.HeaderClassName
{
color: #81DDC8;
}
.AnyTagClassName
{
color: #81DDC8;
}
</style>
background-color css
<style>
a { background-color: #81DDC8; }
a { background-color: rgb(129,221,200); }
div.DivClassName
{
background-color: #81DDC8;
}
.BgClassName
{
background-color: #81DDC8;
}
</style>
border-color css
<style>
span { border-color: #81DDC8; }
span { border-color: rgb(129,221,200); }
td.TdClassName
{
border-color: #81DDC8;
}
.TagClassName
{
border-color: #81DDC8;
}
</style>