Shades of Riptide #82DBCA
Tints of Riptide #82DBCA
RGB
CMYK
RGB Variations
Color information
#82DBCA (or 0x82DBCA) is known color: Riptide. HEX triplet: 82, DB and CA. RGB value is (130,219,202). Sum of RGB (Red+Green+Blue) = 130+219+202=551 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.59% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #82DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DBCA is #7D2435. Grayscale: #BEBEBE. Windows color (decimal): -8201270 or 13294466. OLE color: 13294466.
HSL color Cylindrical-coordinate representation of color #82DBCA: hue angle of 168.54º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DBCA is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 219 | 202 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.14 |
| HSL | 168.54º | 0.55% | 0.68% | - |
| HSV(B) | 168.54º | 0.41% | 0.86% | - |
| XYZ | 45.2 | 59.67 | 65.01 | - |
| YUV | 190.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 202 | 0.41 | 0 | 0.08 | 0.14 | 168.54 | 0.55 | 0.68 |
| Hex | 82 | DB | CA | 29 | 0 | 8 | E | A9 | 37 | 44 |
| Octal | 202 | 333 | 312 | 51 | 0 | 10 | 16 | 251 | 67 | 104 |
| Binary | 10000010 | 11011011 | 11001010 | 101001 | 0 | 1000 | 1110 | 10101001 | 110111 | 1000100 |
Color Harmonies of #82DBCA
Complementary color
Monochromatic Colors of #82DBCA
Black with #82DBCA
Text Example
Text Example
White with #82DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DBCA; }
p { color: rgb(130,219,202); }
H1.HeaderClassName
{
color: #82DBCA;
}
.AnyTagClassName
{
color: #82DBCA;
}
</style>
background-color css
<style>
a { background-color: #82DBCA; }
a { background-color: rgb(130,219,202); }
div.DivClassName
{
background-color: #82DBCA;
}
.BgClassName
{
background-color: #82DBCA;
}
</style>
border-color css
<style>
span { border-color: #82DBCA; }
span { border-color: rgb(130,219,202); }
td.TdClassName
{
border-color: #82DBCA;
}
.TagClassName
{
border-color: #82DBCA;
}
</style>