Shades of Riptide #82DACB
Tints of Riptide #82DACB
RGB
CMYK
RGB Variations
Color information
#82DACB (or 0x82DACB) is known color: Riptide. HEX triplet: 82, DA and CB. RGB value is (130,218,203). Sum of RGB (Red+Green+Blue) = 130+218+203=551 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.59% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #82DACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DACB is #7D2534. Grayscale: #BDBDBD. Windows color (decimal): -8201525 or 13359746. OLE color: 13359746.
HSL color Cylindrical-coordinate representation of color #82DACB: hue angle of 169.77º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82DACB is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 218 | 203 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.15 |
| HSL | 169.77º | 0.54% | 0.68% | - |
| HSV(B) | 169.77º | 0.4% | 0.85% | - |
| XYZ | 45.06 | 59.2 | 65.55 | - |
| YUV | 189.98 | 135.35 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 218 | 203 | 0.40 | 0 | 0.07 | 0.15 | 169.77 | 0.54 | 0.68 |
| Hex | 82 | DA | CB | 28 | 0 | 7 | F | AA | 36 | 44 |
| Octal | 202 | 332 | 313 | 50 | 0 | 7 | 17 | 252 | 66 | 104 |
| Binary | 10000010 | 11011010 | 11001011 | 101000 | 0 | 111 | 1111 | 10101010 | 110110 | 1000100 |
Color Harmonies of #82DACB
Complementary color
Monochromatic Colors of #82DACB
Black with #82DACB
Text Example
Text Example
White with #82DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DACB; }
p { color: rgb(130,218,203); }
H1.HeaderClassName
{
color: #82DACB;
}
.AnyTagClassName
{
color: #82DACB;
}
</style>
background-color css
<style>
a { background-color: #82DACB; }
a { background-color: rgb(130,218,203); }
div.DivClassName
{
background-color: #82DACB;
}
.BgClassName
{
background-color: #82DACB;
}
</style>
border-color css
<style>
span { border-color: #82DACB; }
span { border-color: rgb(130,218,203); }
td.TdClassName
{
border-color: #82DACB;
}
.TagClassName
{
border-color: #82DACB;
}
</style>