Shades of Riptide #81DFDA
Tints of Riptide #81DFDA
RGB
CMYK
RGB Variations
Color information
#81DFDA (or 0x81DFDA) is known color: Riptide. HEX triplet: 81, DF and DA. RGB value is (129,223,218). Sum of RGB (Red+Green+Blue) = 129+223+218=570 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.63% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #81DFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DFDA is #7E2025. Grayscale: #C2C2C2. Windows color (decimal): -8265766 or 14344065. OLE color: 14344065.
HSL color Cylindrical-coordinate representation of color #81DFDA: hue angle of 176.81º degrees, saturation: 0.59, 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 #81DFDA is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 218 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.13 |
| HSL | 176.81º | 0.59% | 0.69% | - |
| HSV(B) | 176.81º | 0.42% | 0.87% | - |
| XYZ | 48.1 | 62.5 | 75.86 | - |
| YUV | 194.32 | 141.36 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 218 | 0.42 | 0 | 0.02 | 0.13 | 176.81 | 0.59 | 0.69 |
| Hex | 81 | DF | DA | 2A | 0 | 2 | D | B1 | 3B | 45 |
| Octal | 201 | 337 | 332 | 52 | 0 | 2 | 15 | 261 | 73 | 105 |
| Binary | 10000001 | 11011111 | 11011010 | 101010 | 0 | 10 | 1101 | 10110001 | 111011 | 1000101 |
Color Harmonies of #81DFDA
Complementary color
Monochromatic Colors of #81DFDA
Black with #81DFDA
Text Example
Text Example
White with #81DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DFDA; }
p { color: rgb(129,223,218); }
H1.HeaderClassName
{
color: #81DFDA;
}
.AnyTagClassName
{
color: #81DFDA;
}
</style>
background-color css
<style>
a { background-color: #81DFDA; }
a { background-color: rgb(129,223,218); }
div.DivClassName
{
background-color: #81DFDA;
}
.BgClassName
{
background-color: #81DFDA;
}
</style>
border-color css
<style>
span { border-color: #81DFDA; }
span { border-color: rgb(129,223,218); }
td.TdClassName
{
border-color: #81DFDA;
}
.TagClassName
{
border-color: #81DFDA;
}
</style>