Shades of Riptide #83DBCB
Tints of Riptide #83DBCB
RGB
CMYK
RGB Variations
Color information
#83DBCB (or 0x83DBCB) is known color: Riptide. HEX triplet: 83, DB and CB. RGB value is (131,219,203). Sum of RGB (Red+Green+Blue) = 131+219+203=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBCB is #7C2434. Grayscale: #BEBEBE. Windows color (decimal): -8135733 or 13360003. OLE color: 13360003.
HSL color Cylindrical-coordinate representation of color #83DBCB: hue angle of 169.09º 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 #83DBCB is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 203 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.14 |
| HSL | 169.09º | 0.55% | 0.69% | - |
| HSV(B) | 169.09º | 0.4% | 0.86% | - |
| XYZ | 45.47 | 59.8 | 65.65 | - |
| YUV | 190.86 | 134.85 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 203 | 0.40 | 0 | 0.07 | 0.14 | 169.09 | 0.55 | 0.69 |
| Hex | 83 | DB | CB | 28 | 0 | 7 | E | A9 | 37 | 45 |
| Octal | 203 | 333 | 313 | 50 | 0 | 7 | 16 | 251 | 67 | 105 |
| Binary | 10000011 | 11011011 | 11001011 | 101000 | 0 | 111 | 1110 | 10101001 | 110111 | 1000101 |
Color Harmonies of #83DBCB
Complementary color
Monochromatic Colors of #83DBCB
Black with #83DBCB
Text Example
Text Example
White with #83DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBCB; }
p { color: rgb(131,219,203); }
H1.HeaderClassName
{
color: #83DBCB;
}
.AnyTagClassName
{
color: #83DBCB;
}
</style>
background-color css
<style>
a { background-color: #83DBCB; }
a { background-color: rgb(131,219,203); }
div.DivClassName
{
background-color: #83DBCB;
}
.BgClassName
{
background-color: #83DBCB;
}
</style>
border-color css
<style>
span { border-color: #83DBCB; }
span { border-color: rgb(131,219,203); }
td.TdClassName
{
border-color: #83DBCB;
}
.TagClassName
{
border-color: #83DBCB;
}
</style>