Shades of Riptide #83DBC2
Tints of Riptide #83DBC2
RGB
CMYK
RGB Variations
Color information
#83DBC2 (or 0x83DBC2) is known color: Riptide. HEX triplet: 83, DB and C2. RGB value is (131,219,194). Sum of RGB (Red+Green+Blue) = 131+219+194=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBC2 is #7C243D. Grayscale: #BDBDBD. Windows color (decimal): -8135742 or 12770179. OLE color: 12770179.
HSL color Cylindrical-coordinate representation of color #83DBC2: hue angle of 162.95º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DBC2 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 194 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.14 |
| HSL | 162.95º | 0.55% | 0.69% | - |
| HSV(B) | 162.95º | 0.4% | 0.86% | - |
| XYZ | 44.43 | 59.38 | 60.16 | - |
| YUV | 189.84 | 130.35 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 194 | 0.40 | 0 | 0.11 | 0.14 | 162.95 | 0.55 | 0.69 |
| Hex | 83 | DB | C2 | 28 | 0 | B | E | A3 | 37 | 45 |
| Octal | 203 | 333 | 302 | 50 | 0 | 13 | 16 | 243 | 67 | 105 |
| Binary | 10000011 | 11011011 | 11000010 | 101000 | 0 | 1011 | 1110 | 10100011 | 110111 | 1000101 |
Color Harmonies of #83DBC2
Complementary color
Monochromatic Colors of #83DBC2
Black with #83DBC2
Text Example
Text Example
White with #83DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBC2; }
p { color: rgb(131,219,194); }
H1.HeaderClassName
{
color: #83DBC2;
}
.AnyTagClassName
{
color: #83DBC2;
}
</style>
background-color css
<style>
a { background-color: #83DBC2; }
a { background-color: rgb(131,219,194); }
div.DivClassName
{
background-color: #83DBC2;
}
.BgClassName
{
background-color: #83DBC2;
}
</style>
border-color css
<style>
span { border-color: #83DBC2; }
span { border-color: rgb(131,219,194); }
td.TdClassName
{
border-color: #83DBC2;
}
.TagClassName
{
border-color: #83DBC2;
}
</style>