Shades of Riptide #83D6CC
Tints of Riptide #83D6CC
RGB
CMYK
RGB Variations
Color information
#83D6CC (or 0x83D6CC) is known color: Riptide. HEX triplet: 83, D6 and CC. RGB value is (131,214,204). Sum of RGB (Red+Green+Blue) = 131+214+204=549 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.86% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #83D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D6CC is #7C2933. Grayscale: #BCBCBC. Windows color (decimal): -8137012 or 13424259. OLE color: 13424259.
HSL color Cylindrical-coordinate representation of color #83D6CC: hue angle of 172.77º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D6CC is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 214 | 204 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.16 |
| HSL | 172.77º | 0.5% | 0.68% | - |
| HSV(B) | 172.77º | 0.39% | 0.84% | - |
| XYZ | 44.31 | 57.28 | 65.85 | - |
| YUV | 188.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 214 | 204 | 0.39 | 0 | 0.05 | 0.16 | 172.77 | 0.5 | 0.68 |
| Hex | 83 | D6 | CC | 27 | 0 | 5 | 10 | AD | 32 | 44 |
| Octal | 203 | 326 | 314 | 47 | 0 | 5 | 20 | 255 | 62 | 104 |
| Binary | 10000011 | 11010110 | 11001100 | 100111 | 0 | 101 | 10000 | 10101101 | 110010 | 1000100 |
Color Harmonies of #83D6CC
Complementary color
Monochromatic Colors of #83D6CC
Black with #83D6CC
Text Example
Text Example
White with #83D6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D6CC; }
p { color: rgb(131,214,204); }
H1.HeaderClassName
{
color: #83D6CC;
}
.AnyTagClassName
{
color: #83D6CC;
}
</style>
background-color css
<style>
a { background-color: #83D6CC; }
a { background-color: rgb(131,214,204); }
div.DivClassName
{
background-color: #83D6CC;
}
.BgClassName
{
background-color: #83D6CC;
}
</style>
border-color css
<style>
span { border-color: #83D6CC; }
span { border-color: rgb(131,214,204); }
td.TdClassName
{
border-color: #83D6CC;
}
.TagClassName
{
border-color: #83D6CC;
}
</style>